保誠-保戶業務員媒合平台
fixed: 調整 backactionbar 邏輯: 推薦顧問推薦/業務員資訊/進行預約-回上一頁, 其餘頁面統一回首頁
修改1個檔案
5 ■■■■■ 已變更過的檔案
PAMapp/components/BackActionBar.vue 5 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/BackActionBar.vue
@@ -62,8 +62,9 @@
  }
  pushRouterByLoginRole():void{
    const previousPageName = this.$route.name;
    previousPageName?.includes('myConsultantList') ? this.$router.push('/') : this.$router.go(-1);
    const backToPrevious = ['recommendConsultant-result', 'agentInfo-agentNo', 'questionnaire-agentNo'];
    const find = backToPrevious.findIndex(item => this.$route.name?.includes(item));
    find > -1 ? this.$router.go(-1) : this.$router.push('/');
  }
}
</script>