|
|
|
@ -114,6 +114,7 @@ export const useMultipleTabStore = defineStore({ |
|
|
|
// 404 The page does not need to add a tab
|
|
|
|
if ( |
|
|
|
path === PageEnum.ERROR_PAGE || |
|
|
|
path === PageEnum.BASE_LOGIN || |
|
|
|
!name || |
|
|
|
[REDIRECT_ROUTE.name, PAGE_NOT_FOUND_ROUTE.name].includes(name as string) |
|
|
|
) { |
|
|
|
|