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` }