mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-21 14:13:36 +08:00
chore: update
This commit is contained in:
@@ -38,9 +38,8 @@ function onCloseTags() {
|
||||
getNodeByUniqueId(treeData.value, uniqueId).path;
|
||||
useMultiTagsStoreHook().handleTags("splice", currentPath);
|
||||
if (currentPath === "/tabs/index")
|
||||
router.push({
|
||||
path: multiTags.value[multiTags.value.length - 1].path
|
||||
});
|
||||
// @ts-expect-error
|
||||
router.push({ path: multiTags.value[multiTags.value.length - 1].path });
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user