#
whycq
2022-12-28 95b16968596dd601257abdb0fc02d8711382d42f
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(()=> {