소스 검색

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

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