From 365a47dee1e2f66b87e60c90e252cb11676e4333 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 22 七月 2022 08:35:03 +0800
Subject: [PATCH] #

---
 pages/basics/outPakin.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/pages/basics/outPakin.vue b/pages/basics/outPakin.vue
index 80d97bf..5f0e843 100644
--- a/pages/basics/outPakin.vue
+++ b/pages/basics/outPakin.vue
@@ -120,6 +120,9 @@
 			this.baseIP = UIP;
 			const UPORT = uni.getStorageSync('UPORT');
 			this.basePORT = UPORT
+			const PJO = uni.getStorageSync('PJO');
+			this.baseUrl = PJO
+			console.log(this.baseUrl)
 			this.getUrl()
 		},
 		onLoad() {
@@ -132,7 +135,7 @@
 		methods: {
 			// 鑾峰彇url
 			getUrl() {
-				this.commonUrl = this.baseHttp + this.baseIP + ':' +this.basePORT + this.baseUrl
+				this.commonUrl = this.baseHttp + this.baseIP + ':' +this.basePORT + "/" +this.baseUrl
 			},
 			radioChange(evt) {
 				for (let i = 0; i < this.origins.length; i++) {
@@ -340,6 +343,7 @@
 						'token':uni.getStorageSync('token')
 				    },
 					success(result) {
+						console.log(result)
 						uni.hideLoading();
 						// uni.vibrateShort();
 						let res = result.data

--
Gitblit v1.9.1