#
zjj
2025-03-25 d01a1345829c45fbb443eb8415ba31174592d96a
#
1个文件已修改
10 ■■■■ 已修改文件
pages/login/login.vue 10 ●●●● 补丁 | 查看 | 原始文档 | 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',