songxingwei 2 年之前
父节点
当前提交
fa1d5e7116
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/login.html

+ 1 - 1
public/login.html

@@ -12,7 +12,7 @@
 	<script>
 		if(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) {
 				var query = window.location.search.substring(1);