保誠-保戶業務員媒合平台
Tomas
2021-12-16 bc4cd54c0120ea49ecd6cb95fae00fa6da001324
PAMapp/components/BackActionBar.vue
@@ -62,9 +62,10 @@
  }
  pushRouterByLoginRole():void{
    const previousPageName = this.$route.name;
    previousPageName?.includes('myConsultantList') ? this.$router.push('/') : this.$router.go(-1);
    const pathName = this.$route.name;
    pathName?.includes('myConsultantList') ? this.$router.push('/') : this.$router.go(-1);
  }
}
</script>