|
@@ -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);
|