Quellcode durchsuchen

登录页面数据获取方式修改

lizaixun vor 5 Jahren
Ursprung
Commit
efb5216468
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      components/login/Login.vue

+ 1 - 1
components/login/Login.vue

@@ -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) {