保誠-保戶業務員媒合平台
fixed TODO#131354 印 log ,查找從我的顧問清單進行登入, 成功後未導回我的顧問清單的問題
修改1個檔案
2 ■■■■■ 已變更過的檔案
PAMapp/pages/login/index.vue 2 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/pages/login/index.vue
@@ -522,11 +522,13 @@
  private redirect() {
    const backToPrevious = ['questionnaire', 'myConsultantList'];
    const find = backToPrevious.findIndex(item => this.previousPath.includes(item));
    console.log(this.previousPath, find, 'redirect');
    find > -1 ? this.$router.go(-1) : this.$router.push('/');
  }
  beforeRouteEnter (to, from, next) {
      next(vm => {
        console.log(from.path, 'beforeRouteEnter');
        vm.previousPath = from.path;
      })
    }