From c8d8f658c0a03a188c77fc5838a7d8c20994a82b Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Wed, 8 Dec 2021 11:53:26 +0800 Subject: [PATCH] youhua3 --- src/components/case/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/case/index.vue b/src/components/case/index.vue index da97d09..ddb92d9 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -528,11 +528,11 @@ export default { this.projectManage = data.data.projectManage; this.requires = data.data.projectJudgmentVos; //线上 - // location.href = 'http://www.huorantech.cn/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 //本地 - location.href = "http://192.168.31.254:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId + // location.href = "http://192.168.31.254:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId } }).catch((error)=>{ })