From 21effea0ecb46f78ce5d11e22e18b42518a66e7f Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 13 九月 2022 10:52:35 +0800
Subject: [PATCH] #

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

diff --git a/pages/login/login.vue b/pages/login/login.vue
index 129adbb..809a8c7 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="jkwms" placeholder-style="font-size:16rpx;text-indent: 10rpx;">
+						<input v-model="PROJECT" type="text" placeholder="lywms" 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: {

--
Gitblit v1.9.1