PAMapp/components/BackActionBar.vue | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 |
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>