From b6357fd0059e1ad083376f7fa800ca1d3c029b68 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Mon, 1 Apr 2024 19:00:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sevenLargeScreen/indexL.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } }