From ad7e1146d1cd5a900ea592d7c1f63bf7863f00e4 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 18 八月 2022 13:59:09 +0800
Subject: [PATCH] #

---
 pages/login/login.vue |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/pages/login/login.vue b/pages/login/login.vue
index d47527d..129adbb 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -59,10 +59,10 @@
 					</view>
 					<view class="config-item">
 						<text>椤圭洰锛�</text>
-						<input v-model="PJO" type="text" placeholder="jkwms" placeholder-style="font-size:16rpx;text-indent: 10rpx;">
+						<input v-model="PROJECT" type="text" placeholder="jkwms" placeholder-style="font-size:16rpx;text-indent: 10rpx;">
 					</view>
-					<view>
-						<button @click="configConfirm">纭</button>
+					<view class="flex justify-around">
+						<button class="cu-btn bg-blue lg" @click="configConfirm">纭</button>
 					</view>
 				</view>
 			</uni-popup>
@@ -128,8 +128,8 @@
 				password:'',
 				rember:true,
 				IP:'10.20.192.200',
-				PORT:'8080',// 榛樿绔彛鍙�
-				PROJECT:'jkwms'
+				PORT:'',// 榛樿绔彛鍙�
+				PROJECT:''
             };
         },
 		mounted() {
@@ -159,9 +159,10 @@
 			    that.PORT = UPORT;
 				that.basePORT = UPORT;
 			} else {
-			    that.PORT = '8080';
+			    that.PORT = '';
 			}
 			const PROJ = uni.getStorageSync('UPROJ');
+			this.PROJECT = PROJ;
 			this.baseUrl = PROJ
 		},
 		onLoad:function(){

--
Gitblit v1.9.1