mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-24 17:00:54 +08:00
fix: 修复侧边栏菜单无法显示自定义图标的问题
自定义图标请将图标 svg 文件添加到 src/assets/icons/svg 目录下
This commit is contained in:
@@ -7,7 +7,7 @@ const EXCEPTION: AppRouteRecordRaw = {
|
||||
meta: {
|
||||
locale: 'menu.exception',
|
||||
requiresAuth: true,
|
||||
icon: 'exclamation-circle',
|
||||
icon: 'exclamation-2',
|
||||
order: 904,
|
||||
},
|
||||
children: [
|
||||
|
Reference in New Issue
Block a user