songxingwei 2 년 전
부모
커밋
fa1d5e7116
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/login.html

+ 1 - 1
public/login.html

@@ -12,7 +12,7 @@
 	<script>
 	<script>
 		if(getQueryVariable('code')){
 		if(getQueryVariable('code')){
 			//window.location.href = 'http://localhost:8080/#/pages/mine/mine?code=' + getQueryVariable('code')
 			//window.location.href = 'http://localhost:8080/#/pages/mine/mine?code=' + getQueryVariable('code')
-			window.location.href = 'http://jybl.hdlkeji.com/web/h5/#/pages/mine/mine?code=' + getQueryVariable('code')
+			window.location.href = 'http://192.168.10.46:8080/#/pages/mine/mine?code=' + getQueryVariable('code')
 		}
 		}
 		function getQueryVariable(variable) {
 		function getQueryVariable(variable) {
 				var query = window.location.search.substring(1);
 				var query = window.location.search.substring(1);