diff --git a/README.md b/README.md index 9c1cbc8..ecf67dc 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@

-

RuoYi EleAdmin

+

啤啤星球门店端

-

RuoYi 框架前端部分使用 Vue3、ElementPlus、EleAdminPlus 的实现

+

啤啤星球门店端 框架前端部分使用 Vue3、ElementPlus、EleAdminPlus 的实现

@@ -19,12 +19,6 @@ - 💪 组件丰富、代码规范,使用 Composition API、script setup 语法 - 🌈 界面美观,对所有主题变量、组件样式都进行重新设计、精心打磨 -## 🌍在线体验 - -- 演示地址:https://ruoyi.eleadmin.com -- 登录账号:admin -- 登录密码:admin123 - ## 🔨安装运行 ```bash @@ -45,77 +39,6 @@ npm run dev VITE_API_URL=http://localhost:8080 ``` -## 💻系统截图 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- - - -
- ## 📖开发文档 - RuoYi 分离版开发文档:[http://doc.ruoyi.vip/ruoyi-vue/](http://doc.ruoyi.vip/ruoyi-vue/) diff --git a/src/api/layout/index.js b/src/api/layout/index.js index 726d152..213d65f 100644 --- a/src/api/layout/index.js +++ b/src/api/layout/index.js @@ -58,13 +58,19 @@ export async function getUserMenu() { hide: true } }); - // 增加 文档 - // 增加EleAdmin链接 - // temp.push({ - // path: '/iframe/fastposter', - // component: 'http://dev.fastposter.beerape.com', - // meta: { title: '模版编辑器', icon: 'IconProLinkOutlined' } - // }); + + temp.push({ + path: '/template', + redirect: '/template', + meta: { title: '模版管理', icon: 'IconProConnectionOutlined' }, + children: [ + { + path: '/template/index', + component: '/template/beer/index', + meta: { title: '酒单模版', icon: 'IconProLinkOutlined' } + } + ] + }); // 修改图标 return mapTree(temp, (item) => { const meta = @@ -130,6 +136,6 @@ export const ruoYiIcons = { build: 'IconProFormOutlined', code: 'IconProCodeOutlined', swagger: 'IconProLinkOutlined', - guide: 'IconProLinkOutlined', + guide: 'ScaleToOriginal', '#': 'IconProLinkOutlined' };