master
yujialong 3 years ago
parent 6487eeaf7d
commit 3c6cedf175
  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