字典维护处理

master
elliott 2 years ago
parent 7a380bc760
commit 67500d3f6e

@ -123,8 +123,8 @@ export const dynamicRoutes = [
{ {
path: "/system/dict-data", path: "/system/dict-data",
component: Layout, component: Layout,
hidden: false, hidden: true,
// permissions: ["system:dict:list"], permissions: ["system:dict:list"],
children: [ children: [
{ {
path: "index/:dictId(\\d+)", path: "index/:dictId(\\d+)",

Loading…
Cancel
Save