瀏覽代碼

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

lizaixun 5 年之前
父節點
當前提交
efb5216468
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {