perf: 完善useTagsView

This commit is contained in:
kailong321200875
2023-08-13 14:25:49 +08:00
parent a869a457e6
commit 175abd0aa3
5 changed files with 28 additions and 4 deletions

View File

@@ -339,7 +339,8 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
meta: {
hidden: true,
title: t('router.details'),
canTo: true
canTo: true,
activeMenu: '/function/multiple-tabs'
}
}
]