#
whycq
2022-07-12 e7d5748b48aeb723f09c277e00a27232cda3195a
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',