##
whycq0520
2022-03-23 efb8cf5d7d2cfe37d535593902881f4ae39ce86b
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: {