From b8e34187f1648bfb2c6dbd25a97ac495bb7c7f55 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 29 七月 2022 10:55:23 +0800 Subject: [PATCH] # --- pages/login/login.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index d47527d..3195c3c 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> @@ -129,7 +129,7 @@ rember:true, IP:'10.20.192.200', PORT:'8080',// 榛樿绔彛鍙� - PROJECT:'jkwms' + PROJECT:'' }; }, mounted() { @@ -162,6 +162,7 @@ that.PORT = '8080'; } const PROJ = uni.getStorageSync('UPROJ'); + this.PROJECT = PROJ; this.baseUrl = PROJ }, onLoad:function(){ -- Gitblit v1.9.1