#
whycq
2022-05-19 d8c2e4943409efa3ad1a6e8229d33a1e43247886
pages/login/login.vue
@@ -214,8 +214,10 @@
               return;
            }
            uni.showLoading();
            setTimeout(function(){
               uni.hideLoading();
            },6000)
            uni.request({
                url: this.baseHttp + this.baseIP + ':' +this.basePORT + this.baseUrl + '/login.action',
                data: {
                  username:this.userName,