From 08eeafb6a654a2376ada7b2fd456f06d72ec866d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A6=86=E9=92=B1=E8=90=BD=E5=B0=BD=E6=A7=BF=E8=8A=B1?= =?UTF-8?q?=E7=A8=80?= <2675540038@qq.com> Date: Mon, 14 Apr 2025 15:33:16 +0800 Subject: [PATCH] 1 --- README.md | 101 ------------------------------------------------------ 1 file changed, 101 deletions(-) diff --git a/README.md b/README.md index 7c39214..de45bda 100644 --- a/README.md +++ b/README.md @@ -21,81 +21,6 @@ - 👻 集成 `mock` 接口服务。 - 🏡 集成 `iconify` 图标,支持自定义 svg 图标, 优雅使用icon。 -## 3、无需递归路由 - -众所周知,在实现左侧无限递归路由的时候,后端需要进行树形递归,前端再二次进行递归处理,这样增加了前后端开发难度,如何解决如下? - -此项目,前端使用扁平化路由,实现三级及以上页面依旧存在路由缓存效果。 - -后端提供接口菜单不需要再进行递归,直接根据提供的json格式,进行提供接口[数据如下],简化后端难度,实现无限递归路由。 - -```properties -{ - "status": 200, - "msg": "SUCCESS", - "data": [ - { - "menuId": 1, - "menuName": "系统管理", - "parentId": 0, - "menuType": "1", - "path": "/system", - "name": "systemPage", - "component": "", - "icon": "Tools", - "isHide": "1", - "isLink": "", - "isKeepAlive": "0", - "isFull": "1", - "isAffix": "1", - "redirect": "/system/user" - }, - { - "menuId": 11, - "menuName": "用户管理", - "parentId": 1, - "menuType": "2", - "path": "/system/user", - "name": "userPage", - "component": "system/user/index", - "icon": "UserFilled", - "isHide": "1", - "isLink": "", - "isKeepAlive": "0", - "isFull": "1", - "isAffix": "1", - "redirect": "" - }, -} -``` - -## 4、预览 - -> 预览截图 - -
![]() |
- ![]() |
-
![]() |
- ![]() |
-
![]() |
- ![]() |
-
![]() |
- ![]() |
-
- [ - Gitee仓库 - 点击这里 - ] -
-
- [ - GitHub仓库 - 点击这里 - ] -
- -## 9、入群交流 - -> 注意:加微信方式时记得添加备注:KOI-UI,支持知识付费。 - -
![]() |
- ![]() |
-