From 7a9820485ef8e1cb7854a4c115c3efde2ac4f181 Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Wed, 30 Mar 2022 15:05:00 +0800 Subject: [PATCH] update --- src/components/case/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/case/index.vue b/src/components/case/index.vue index ba53a39..703534c 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -622,7 +622,13 @@ export default { // location.href = 'http://124.71.12.62/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId // location.href = 'http://www.huorantech.cn/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId //测试服 - location.href = 'http://39.108.250.202/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId + if(process.env.NODE_ENV === 'development') { + location.href = "http://192.168.31.155:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId + + }else { + location.href = 'http://39.108.250.202/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId + } + //本地 // location.href = "http://192.168.31.155:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId }