保誠-保戶業務員媒合平台
劉鈞霖
2021-12-15 8920cf32b364d6018da3a866e24e8d39e3b86087
PAMapp/components/BackActionBar.vue
@@ -60,9 +60,12 @@
      return '回首頁';
    }
  }
  pushRouterByLoginRole():void{
    this.$router.go(-1);
    const pathName = this.$route.name;
    pathName?.includes('myConsultantList') ? this.$router.push('/') : this.$router.go(-1);
  }
}
</script>