master
yujialong 3 years ago
parent 9b77649379
commit 77391662a8
  1. 4
      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`
}

Loading…
Cancel
Save