摘要: 按着文档来撒 yarn add @element-plus/icons-vue main.ts import * as ElementIcons from '@element-plus/icons-vue' for (const key in ElementIcons) { app.componen 阅读全文
posted @ 2022-04-25 15:36 大禹不治水 阅读(929) 评论(0) 推荐(0) 编辑
摘要: 切换主题,老生常谈。反正我是第一次弄,还挺巧妙 我的实现方式是通过:root的修改,来一键换色 :root { // 主题色 --ry-primary-color: #ff9c00; // layout部分 --ry-header-height: 60px; --ry-logo-color: #5d 阅读全文
posted @ 2022-04-25 15:16 大禹不治水 阅读(1262) 评论(0) 推荐(0) 编辑
摘要: 设置menuType来区分菜单类型 /** * @params menuType * -1 一般为首页 / -> /home 只显示第一个子项 * -2 为无子菜单的菜单项 /config -> /config/person 无上下级,使用一级title * -3 正常菜单 /system -> / 阅读全文
posted @ 2022-04-25 14:44 大禹不治水 阅读(1847) 评论(0) 推荐(1) 编辑