1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-09 09:40:21 +08:00

fix: 移除跳转role-select页面逻辑

This commit is contained in:
zclzone
2024-01-25 15:53:35 +08:00
parent 2c9604a829
commit f888c2fbfd
3 changed files with 8 additions and 20 deletions

View File

@@ -8,7 +8,7 @@
import { useTabStore } from '@/store'
export const EXCLUDE_TAB = ['/404', '/403', '/login', '/role-select']
export const EXCLUDE_TAB = ['/404', '/403', '/login']
export function createTabGuard(router) {
router.afterEach((to) => {