From 3aedad63dd01f1fc5154cb520af32edab967d6e0 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周一, 12 5月 2025 09:15:26 +0800
Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo
---
PipeLineLems/pipelinelems_web/src/config/menu.ts | 88 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 88 insertions(+), 0 deletions(-)
diff --git a/PipeLineLems/pipelinelems_web/src/config/menu.ts b/PipeLineLems/pipelinelems_web/src/config/menu.ts
new file mode 100644
index 0000000..286eb63
--- /dev/null
+++ b/PipeLineLems/pipelinelems_web/src/config/menu.ts
@@ -0,0 +1,88 @@
+export const menu: Record<string,any>[] = [
+ {
+ "name": "浣滀笟璁″垝",
+ "path": "/information-base/WorkPlan",
+ "patchName": "WorkPlan",
+ "icon": "p",
+ "notPage": false
+ },
+ {
+ "name": "宸ュ崟绠$悊(鏂�)",
+ "path": "/information-base/OrderManagement-main",
+ "patchName": "OrderManagement-main",
+ "icon": "order",
+ "notPage": false
+ },
+ {
+ "name": "MyPluginName",
+ "path": "/information-base/MyPluginName",
+ "patchName": "MyPluginName",
+ "icon": "p",
+ "notPage": false
+ },
+ {
+ "name": "API璇锋眰",
+ "path": "/information-base/Http",
+ "patchName": "Http",
+ "icon": "p",
+ "notPage": false
+ },
+ {
+ "name": "鍙枡璁板綍",
+ "path": "/information-base/CallMaterialOrderRecord",
+ "patchName": "CallMaterialOrderRecord",
+ "icon": "p",
+ "notPage": false
+ },
+ {
+ "name": "鍙枡鍗�",
+ "path": "/information-base/CallMaterialOrder",
+ "patchName": "CallMaterialOrder",
+ "icon": "p",
+ "notPage": false
+ }
+];
+export const menuMap: Record<string,any> = {
+ "WorkPlan": {
+ "name": "浣滀笟璁″垝",
+ "path": "/information-base/WorkPlan",
+ "patchName": "WorkPlan",
+ "icon": "p",
+ "notPage": false
+ },
+ "OrderManagement-main": {
+ "name": "宸ュ崟绠$悊(鏂�)",
+ "path": "/information-base/OrderManagement-main",
+ "patchName": "OrderManagement-main",
+ "icon": "order",
+ "notPage": false
+ },
+ "MyPluginName": {
+ "name": "MyPluginName",
+ "path": "/information-base/MyPluginName",
+ "patchName": "MyPluginName",
+ "icon": "p",
+ "notPage": false
+ },
+ "Http": {
+ "name": "API璇锋眰",
+ "path": "/information-base/Http",
+ "patchName": "Http",
+ "icon": "p",
+ "notPage": false
+ },
+ "CallMaterialOrderRecord": {
+ "name": "鍙枡璁板綍",
+ "path": "/information-base/CallMaterialOrderRecord",
+ "patchName": "CallMaterialOrderRecord",
+ "icon": "p",
+ "notPage": false
+ },
+ "CallMaterialOrder": {
+ "name": "鍙枡鍗�",
+ "path": "/information-base/CallMaterialOrder",
+ "patchName": "CallMaterialOrder",
+ "icon": "p",
+ "notPage": false
+ }
+};
\ No newline at end of file
--
Gitblit v1.9.3