master
yujialong 3 years ago
parent 0ba05d7266
commit 531436f0b8
  1. 4
      src/views/Home.vue

@ -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