From d90ef2be7ef8b6d96722311b8fe4493ce3d0d59f Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 28 十二月 2022 10:36:23 +0800
Subject: [PATCH] #

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

diff --git a/pages/login/login.vue b/pages/login/login.vue
index ee79c73..a19a750 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,9 +294,9 @@
 							}
 							uni.setStorageSync('token', res.data.token);
 							setTimeout(() => {
-								uni.navigateBack();		//   灏忕▼搴忕敤杩欎釜  鎶婇椤佃矾鐢辨斁绗竴涓�
+								// uni.navigateBack();		//   灏忕▼搴忕敤杩欎釜  鎶婇椤佃矾鐢辨斁绗竴涓�
 								uni.reLaunch({
-									url: '../index/index'
+									url: '../index/index2'
 								});
 							}, 1000);
 						} else {
@@ -351,6 +348,7 @@
 		width: 500rpx;
 		height: 500rpx;
 		background-color: #fff;
+		border-radius: 20px;
 	}
 	.config-title {
 		height: 100rpx;

--
Gitblit v1.9.1