master
yujialong 4 years ago
parent bf8278d8df
commit 86214be3c9
  1. 6
      src/views/Home.vue

@ -172,7 +172,11 @@ export default {
back() { back() {
this.leavePage() this.leavePage()
if(this.projectPermissions){ if(this.projectPermissions){
location.href = `${this.host}hrClient/#/dashboard#2` if(location.host.includes('liuwanr.cn')){
location.href = `http://www.liuwanr.cn/hrClient/#/dashboard#2`
}else{
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/hrClient/#/dashboard#1`

Loading…
Cancel
Save