From 4aa1546dda1adf637a8d612c6dc0a535532294b4 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 17 四月 2023 12:28:56 +0800
Subject: [PATCH] #

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

diff --git a/pages/login/login.vue b/pages/login/login.vue
index 40909ff..7d38009 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>
@@ -127,9 +127,9 @@
 				userName:'',
 				password:'',
 				rember:true,
-				IP:'',
+				IP:'10.20.192.200',
 				PORT:'8080',// 榛樿绔彛鍙�
-				PJO:'jkwms'
+				PROJECT:''
             };
         },
 		mounted() {
@@ -146,7 +146,6 @@
 			    that.userName = '';
 			    that.password = '';
 			}
-			
 			const UIP = uni.getStorageSync('UIP');
 			if (UIP) {
 			    that.IP = UIP;
@@ -162,6 +161,9 @@
 			} else {
 			    that.PORT = '8080';
 			}
+			const PROJ = uni.getStorageSync('UPROJ');
+			this.PROJECT = PROJ;
+			this.baseUrl = PROJ
 		},
 		onLoad:function(){
 			// #ifdef APP-PLUS
@@ -201,6 +203,8 @@
 				uni.setStorageSync('UIP',this.baseIP)
 				this.basePORT = this.PORT
 				uni.setStorageSync('UPORT',this.basePORT)
+				this.baseUrl = this.PROJECT
+				uni.setStorageSync('UPROJ',this.baseUrl)
 				
 				this.$refs.popup.close()
 			},
@@ -265,8 +269,9 @@
 						duration: 1000
 					});
 				},6000)
+				console.log(this.baseUrl)
 				uni.request({
-				    url: this.baseHttp + this.baseIP + ':' +this.basePORT + this.baseUrl + '/login.action',
+				    url: this.baseHttp + this.baseIP + ':' +this.basePORT +"/" +this.baseUrl + '/login.action',
 				    data: {
 				      username:this.userName,
 				      password:md5.hex_md5(this.password) 
@@ -292,7 +297,7 @@
 							}
 							uni.setStorageSync('token', res.data.token);
 							setTimeout(() => {
-								uni.navigateBack();		//   灏忕▼搴忕敤杩欎釜  鎶婇椤佃矾鐢辨斁绗竴涓�
+								// uni.navigateBack();		//   灏忕▼搴忕敤杩欎釜  鎶婇椤佃矾鐢辨斁绗竴涓�
 								uni.reLaunch({
 									url: '../index/index'
 								});

--
Gitblit v1.9.1