master
yujialong 4 years ago
parent dec87243d3
commit ff0f71441a
  1. 6
      src/views/Home.vue

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

Loading…
Cancel
Save