保誠-保戶業務員媒合平台
Mila
2021-12-01 c4834966313bc4294819c90104c397dccd13480b
update TODO#131235 我的顧問清單下點選 backactionbar 直接導回首頁
修改1個檔案
4 ■■■ 已變更過的檔案
PAMapp/components/BackActionBar.vue 4 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/BackActionBar.vue
@@ -60,8 +60,10 @@
      return '回首頁';
    }
  }
  pushRouterByLoginRole():void{
    this.$router.go(-1);
    const previousPageName = this.$route.name;
    previousPageName?.includes('myConsultantList') ? this.$router.push('/') : this.$router.go(-1);
  }
}
</script>