docs: 注释修改

This commit is contained in:
wang_fan_w 2024-04-22 00:16:06 +08:00
parent 00c2aab7dd
commit e39f510360

View File

@ -128,7 +128,7 @@ const closeOther = (type: string) => {
tabsList.value = tabsList.value.filter((item: Menu.MenuOptions) => !rightNames.includes(item.name));
//
routerStore.removeRouteNames(rightNames);
//
//
if (tabsList.value.length != 0 && !currentRoute.value.meta.affix && type == "all") {
router.push(tabsList.value.at(-1).path);
}