whycq0520
2022-03-23 c4d0068ebad3da6391e8f6cdf89828a8e9fe0f27
pages/login/login.vue
@@ -202,7 +202,7 @@
            uni.request({
                url: this.baseHttp + this.baseIP + ':' +this.basePORT + this.baseUrl + '/login.action',
                data: {
                  mobile:this.userName,
                  username:this.userName,
                  password:md5.hex_md5(this.password) 
                },
                header: {