Forráskód Böngészése

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

lizaixun 5 éve
szülő
commit
efb5216468
1 módosított fájl, 1 hozzáadás és 1 törlés
  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) {