From a9e279a40d60d2df74faf224669907f636847087 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 25 Aug 2021 13:08:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=EF=BC=8C=E8=B7=AF=E7=94=B1=E5=88=A4=E6=96=AD=EF=BC=88?= =?UTF-8?q?=E8=81=8C=E7=AB=99=E6=B5=8B=E8=AF=95=E6=9C=8D=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 386949c..f2ff3ca 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -187,17 +187,19 @@ export default { this.leavePage() if(this.projectPermissions){ // 返回到考核列表 - if(location.host.includes('120.78.198.231')){ // 判断是否是职站测试服 + if(location.host.includes('120.78.198.231')){ + // 职站测试服 location.href = `http://120.78.198.231/#/ass/list` }else{ - location.href = `http://www.occupationlab.com/#/ass/list` + // 职站生产服 + location.href = `http://www.occupationlab.com/#/dashboard#2` } }else{ // 返回到实验台 if(location.host.includes('120.78.198.231')){ location.href = `http://120.78.198.231/#/station/list` }else{ - location.href = `http://www.occupationlab.com/#/station/list` + location.href = `http://www.occupationlab.com/#/dashboard#1` } } this.$refs.mainindex.getClearTime();