yujialong 3 years ago
parent fae59b4741
commit 34daea3481
  1. 2
      src/components/codemirror.vue
  2. 4
      src/views/Home.vue

@ -266,7 +266,7 @@ export default {
type: "warning" type: "warning"
}); });
} else { } else {
if(this.projectId == 293 && this.exampleData.includes('您好!请问您需要什么帮助呢?1 存取款;2 货币兑换;3 咨询')){ if(this.projectId == 1110 && this.exampleData.includes('您好!请问您需要什么帮助呢?1 存取款;2 货币兑换;3 咨询')){
this.isError = 0 this.isError = 0
let msg = `您好!请问您需要什么帮助呢?1 存取款;2 货币兑换;3 咨询` let msg = `您好!请问您需要什么帮助呢?1 存取款;2 货币兑换;3 咨询`
this.modifys = msg this.modifys = msg

@ -188,13 +188,13 @@ export default {
this.leavePage() this.leavePage()
if(this.projectPermissions){ if(this.projectPermissions){
if(location.host.includes('liuwanr.cn')){ if(location.host.includes('liuwanr.cn')){
location.href = `http://www.liuwanr.cn/hrClient/#/dashboard#2` location.href = `http://www.liuwanr.cn/#/dashboard#2`
}else{ }else{
location.href = `http://www.occupationlab.com/#/dashboard#2` location.href = `http://www.occupationlab.com/#/dashboard#2`
} }
}else{ }else{
if(location.host.includes('liuwanr.cn')){ if(location.host.includes('liuwanr.cn')){
location.href = `http://www.liuwanr.cn/hrClient/#/dashboard#1` location.href = `http://www.liuwanr.cn/#/dashboard#1`
}else{ }else{
location.href = `http://www.occupationlab.com/#/dashboard#1` location.href = `http://www.occupationlab.com/#/dashboard#1`
} }

Loading…
Cancel
Save