From 329ed7b49ceae1ce8bd9664ce5037b8d51f65fe4 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Sat, 2 Apr 2022 17:56:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E8=B7=AF=E7=94=B1=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/case/index.vue | 38 +++++++++++------------------------ 1 file changed, 12 insertions(+), 26 deletions(-) diff --git a/src/components/case/index.vue b/src/components/case/index.vue index 70e3acf..7cfa456 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -582,6 +582,16 @@ export default { }).catch((error)=>{ }) }, + // 跳转 + toPage(token, cid, systemId) { + const url = location.href + const host = url.includes('occupationlab.com') ? + `http://www.huorantech.cn/banksystem` : + process.env.NODE_ENV === 'development' ? + `http://192.168.31.155:8093` : + `http://39.108.250.202:9000` + location.href = `${host}/#/index/list?token=${token}&cid=${cid}&systemId=${systemId}` + }, //选择好题目 selectProject(){ this.lockIt = false @@ -632,19 +642,7 @@ export default { this.projectId = data.data.projectManage.projectId; this.projectManage = data.data.projectManage; this.requires = data.data.projectJudgmentVos; - //线上 - // 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 - //测试服 - 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 + this.toPage(token, cid, systemId) } }).catch((error)=>{ }) @@ -871,19 +869,7 @@ export default { this.grade = '00' this.$router.push('/index/list') this.getBeginTime() - //线上git sta - // 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 - //测试服 - 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 - console.log(process.env.NODE_ENV) + this.toPage(token, cid, systemId) }, checkVer() {