#
whycq
2022-06-01 3e8a5b441c1091bea87901360f3e7797a176b68c
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',