#
zjj
2025-03-25 d01a1345829c45fbb443eb8415ba31174592d96a
pages/login/login.vue
@@ -261,11 +261,11 @@
            uni.showLoading();
            setTimeout(function(){
               uni.hideLoading();
               uni.showToast({
                  title: '登录超时',
                  position: 'bottom',
                  duration: 1000
               });
               // uni.showToast({
               //    title: '登录超时',
               //    position: 'bottom',
               //    duration: 1000
               // });
            },6000)
            uni.request({
                url: this.baseHttp + this.baseIP + ':' +this.basePORT +"/" +this.baseUrl + '/login.action',