保誠-保戶業務員媒合平台
KillerADO
2021-12-23 41bc5df9cda6a43ef47313622dd1ffde1480d06f
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>