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 |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

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

--
Gitblit v1.9.1