From 95e26fd6be2ce2c71b90422841906b0ce5875937 Mon Sep 17 00:00:00 2001
From: autumnal_wind@yeah.net <autumnal_wind@yeah.net>
Date: 星期三, 29 五月 2024 14:49:08 +0800
Subject: [PATCH] feat: 菜单调整后代码生成前端路由错误调整
---
src/router/index.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index ecc6790..67802fb 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -149,8 +149,8 @@
}
]
},
- {
- path: '/tool/gen-edit',
+ {// operation/tool/gen
+ path: '/operation/tool/gen-edit',
component: Layout,
hidden: true,
permissions: ['tool:gen:edit'],
--
Gitblit v1.8.0