From ea2c02f9c775c3aadc5a11fbe1c97d8c59561b4b Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 29 十一月 2022 08:46:04 +0800
Subject: [PATCH] #

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

diff --git a/pages/login/login.vue b/pages/login/login.vue
index ee79c73..e21f143 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -44,7 +44,6 @@
             </view>
         </scroll-view>
 		
-		
 		<view>
 			<uni-popup ref="popup" type="right">
 				<view class="config">
@@ -59,7 +58,7 @@
 					</view>
 					<view class="config-item">
 						<text>椤圭洰锛�</text>
-						<input v-model="PROJECT" type="text" placeholder="lywms" placeholder-style="font-size:16rpx;text-indent: 10rpx;">
+						<input v-model="PROJECT" type="text" placeholder="wms" placeholder-style="font-size:16rpx;text-indent: 10rpx;">
 					</view>
 					<view class="flex justify-around">
 						<button class="cu-btn bg-blue lg" @click="configConfirm">纭</button>
@@ -205,7 +204,6 @@
 				uni.setStorageSync('UPORT',this.basePORT)
 				this.baseUrl = this.PROJECT
 				uni.setStorageSync('UPROJ',this.baseUrl)
-				
 				this.$refs.popup.close()
 			},
 			longpressImg() { // 闀挎寜鍥剧墖
@@ -269,7 +267,6 @@
 						duration: 1000
 					});
 				},6000)
-				console.log(this.baseUrl)
 				uni.request({
 				    url: this.baseHttp + this.baseIP + ':' +this.basePORT +"/" +this.baseUrl + '/login.action',
 				    data: {
@@ -297,7 +294,7 @@
 							}
 							uni.setStorageSync('token', res.data.token);
 							setTimeout(() => {
-								uni.navigateBack();		//   灏忕▼搴忕敤杩欎釜  鎶婇椤佃矾鐢辨斁绗竴涓�
+								//uni.navigateBack();		//   灏忕▼搴忕敤杩欎釜  鎶婇椤佃矾鐢辨斁绗竴涓�
 								uni.reLaunch({
 									url: '../index/index'
 								});

--
Gitblit v1.9.1