From 34daea348125d19d29680bbcd7b0f9901ef2894e Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 16 Jun 2021 14:48:44 +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/components/codemirror.vue | 2 +- src/views/Home.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/codemirror.vue b/src/components/codemirror.vue index 9968e3e..7ff6c38 100644 --- a/src/components/codemirror.vue +++ b/src/components/codemirror.vue @@ -266,7 +266,7 @@ export default { type: "warning" }); } else { - if(this.projectId == 293 && this.exampleData.includes('您好!请问您需要什么帮助呢?1 存取款;2 货币兑换;3 咨询')){ + if(this.projectId == 1110 && this.exampleData.includes('您好!请问您需要什么帮助呢?1 存取款;2 货币兑换;3 咨询')){ this.isError = 0 let msg = `您好!请问您需要什么帮助呢?1 存取款;2 货币兑换;3 咨询` this.modifys = msg diff --git a/src/views/Home.vue b/src/views/Home.vue index 87446e3..8487bd6 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` }