feat: 添加图标库,更新菜单与页面标签中的icon相关功能与样式

This commit is contained in:
ZhuRui
2026-07-28 17:40:35 +08:00
parent 202f4bbd44
commit da90d7c356
11 changed files with 146 additions and 59 deletions
+1
View File
@@ -73,5 +73,6 @@ router.afterEach((to) => {
path: to.path,
name: componentName,
title: to.meta.title,
icon: to.meta.icon as string | undefined,
});
});