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