From c54c891301b805b5e80f5bf4cba7030dec322a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=85=E9=9B=A8?= <38746471@qq.com> Date: Mon, 7 Jul 2025 18:39:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E9=9D=99=E6=80=81?= =?UTF-8?q?=E8=8B=94=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 81 +---------------------------------------- src/api/layout/index.js | 22 +++++++---- 2 files changed, 16 insertions(+), 87 deletions(-) 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' };