mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-15 01:42:00 +08:00
feat: add 'maxNumOfOpenTab' to limit the maximum number of tabs with the same name
This commit is contained in:
@@ -50,7 +50,7 @@ export function useTabbar() {
|
||||
toggleTabPin,
|
||||
} = useTabs();
|
||||
const currentActive = computed(() => {
|
||||
return route.path;
|
||||
return route.fullPath;
|
||||
});
|
||||
|
||||
const { locale } = useI18n();
|
||||
|
||||
Reference in New Issue
Block a user