From 95b16968596dd601257abdb0fc02d8711382d42f Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 28 十二月 2022 16:05:08 +0800
Subject: [PATCH] #

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

diff --git a/pages/login/login.vue b/pages/login/login.vue
index d1ff7e9..4b29fea 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -45,7 +45,6 @@
 					loading: false,
 					btnText: '鐧诲綍'
 				},
-				baseUrl: 'http://192.168.4.188:9528'
 			}
 		},
 		onLoad:function(){
@@ -88,7 +87,6 @@
 							that.load.btnText = '鐧诲綍涓�';
 							uni.setStorageSync('token', res.data.token);
 							uni.setStorageSync('userName', that.user.userName);
-							uni.setStorageSync('baseUrl',that.baseUrl)
 							setTimeout(()=> {
 								uni.showToast({title: '鐧诲綍鎴愬姛'})
 								setTimeout(()=> {

--
Gitblit v1.9.1