#
whycq
2022-06-20 d57f0f17e7daed9a14cee89a4a38154aed9f6e74
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',