pages/login/login.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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',