From da0988376577f73ba5eec538d0071a180efbe941 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 16 Jun 2021 14:49:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 57fce87..48b8031 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -188,13 +188,13 @@ export default { this.leavePage() if(this.projectPermissions){ if(location.host.includes('liuwanr.cn')){ - location.href = `http://www.liuwanr.cn/hrClient/#/dashboard#2` + location.href = `http://www.liuwanr.cn/#/dashboard#2` }else{ location.href = `http://www.occupationlab.com/#/dashboard#2` } }else{ if(location.host.includes('liuwanr.cn')){ - location.href = `http://www.liuwanr.cn/hrClient/#/dashboard#1` + location.href = `http://www.liuwanr.cn/#/dashboard#1` }else{ location.href = `http://www.occupationlab.com/#/dashboard#1` }