perf: 移除冗余的 alwaysShow 属性

This commit is contained in:
pany 2024-11-26 16:14:05 +08:00
parent 4bf0e7a998
commit b01c8b29ef

View File

@ -174,8 +174,7 @@ export const constantRoutes: RouteRecordRaw[] = [
name: "ComposableDemo",
meta: {
title: "组合式函数",
elIcon: "Menu",
alwaysShow: true
elIcon: "Menu"
},
children: [
{