Commit c1906fc9 authored by 祁新's avatar 祁新

fix: 修改LDP前端框架菜单图标扩展配置说明

parent e6376205
# LDP前端框架功能菜单图标扩展配置
当前前端框架功能菜单图标使用`svg`格式, 默认图标都是使用项目文件夹`src/icons/svg`中的`svg`图标文件。如需要配置其他图标显示,则需要采用外部扩展方式来动态添加图标。
当前前端框架功能菜单图标使用`svg`格式, 默认图标都是使用项目文件夹`src/icons/svg`中的`svg`图标文件。如需要配置其他图标显示,则需要采用外部扩展方式来动态添加图标。默认会加载文件所以如果不存在文件的情况下会报错`404`, 如果想要关闭则自行修改代码`src/layout/index.vue``loadIcons`
扩展图标操作说明:
> 推荐使用[iconfont字体图标库](https://www.iconfont.cn/), 字体图标大小`128*128`, 纯色字体。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment