From ce2c65006af1430bbe77b46080fd5750473e5675 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周二, 29 4月 2025 10:35:09 +0800 Subject: [PATCH] 字段 --- HIAWms/web/src/config/menu.ts | 28 ---------------------------- 1 files changed, 0 insertions(+), 28 deletions(-) diff --git a/HIAWms/web/src/config/menu.ts b/HIAWms/web/src/config/menu.ts index 324bc7f..6c8b376 100644 --- a/HIAWms/web/src/config/menu.ts +++ b/HIAWms/web/src/config/menu.ts @@ -1,45 +1,17 @@ export const menu: Record<string,any>[] = [ { - "name": "娴嬭瘯", - "path": "/information-base/Ress", - "patchName": "Ress", - "icon": "p", - "notPage": false - }, - { "name": "HIAWms", "path": "/information-base/HIAWms", "patchName": "HIAWms", - "icon": "p", - "notPage": false - }, - { - "name": "API璇锋眰", - "path": "/information-base/Http", - "patchName": "Http", "icon": "p", "notPage": false } ]; export const menuMap: Record<string,any> = { - "Ress": { - "name": "娴嬭瘯", - "path": "/information-base/Ress", - "patchName": "Ress", - "icon": "p", - "notPage": false - }, "HIAWms": { "name": "HIAWms", "path": "/information-base/HIAWms", "patchName": "HIAWms", - "icon": "p", - "notPage": false - }, - "Http": { - "name": "API璇锋眰", - "path": "/information-base/Http", - "patchName": "Http", "icon": "p", "notPage": false } -- Gitblit v1.9.3