diff --git a/src/views/sevenLargeScreen/indexL.vue b/src/views/sevenLargeScreen/indexL.vue index 24e898b..3afc27f 100644 --- a/src/views/sevenLargeScreen/indexL.vue +++ b/src/views/sevenLargeScreen/indexL.vue @@ -547,8 +547,8 @@ function jumpBgd() { window.location.replace("http://jxj.zhgdyun.com:100/#/login?token=" + store.token); } else { // 新项目通用(百色服务器) - // window.location.replace("http://101.43.164.214:11111/#/login?token=" + store.token); - window.location.replace("http://192.168.34.138:8080/#/login?token=" + store.token); + window.location.replace("http://101.43.164.214:11111/#/login?token=" + store.token); + // window.location.replace("http://192.168.34.138:8080/#/login?token=" + store.token); } }