|
|
@ -174,7 +174,11 @@ export default { |
|
|
|
if(this.projectPermissions){ |
|
|
|
if(this.projectPermissions){ |
|
|
|
location.href = `${this.host}hrClient/#/dashboard#2` |
|
|
|
location.href = `${this.host}hrClient/#/dashboard#2` |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
location.href = `${this.host}hrClient/#/dashboard#1` |
|
|
|
if(location.host.includes('liuwanr.cn')){ |
|
|
|
|
|
|
|
location.href = `http://www.liuwanr.cn/hrClient/#/dashboard#1` |
|
|
|
|
|
|
|
}else{ |
|
|
|
|
|
|
|
location.href = `http://www.occupationlab.com/#/dashboard#1` |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
this.$refs.mainindex.getClearTime(); |
|
|
|
this.$refs.mainindex.getClearTime(); |
|
|
|
}, |
|
|
|
}, |
|
|
|