@@ -221,7 +221,7 @@ export default {
login: function() {
let _this = this;
uni.request({
- url: 'http://49.4.78.143:8081/admin/appLogin?username=' + this.username + '&password=' + this.password,
+ url: 'http://localhost:8082/GyeeuserController/login?username=' + this.username + '&password=' + this.password,
data: {},
method: 'GET',
success: function(res) {