From e8b2cf1c9ea8227cae0fedb325124b4bb9277464 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Fri, 30 Apr 2021 17:06:28 +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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 74cde79..ac7a14a 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -172,7 +172,11 @@ export default { back() { this.leavePage() if(this.projectPermissions){ - location.href = `${this.host}hrClient/#/dashboard#2` + if(location.host.includes('liuwanr.cn')){ + location.href = `http://www.liuwanr.cn/hrClient/#/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`