#
whycq
2022-06-27 17c63ddd016876d846b6e8f9c74d54c0316f9ee9
pages/login/login.vue
@@ -216,6 +216,11 @@
            uni.showLoading();
            setTimeout(function(){
               uni.hideLoading();
               uni.showToast({
                  title: '登录超时',
                  position: 'bottom',
                  duration: 1000
               });
            },6000)
            uni.request({
                url: this.baseHttp + this.baseIP + ':' +this.basePORT + this.baseUrl + '/login.action',