From 18dba31d39dcb701c16979ed3f607767dbdae80f Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 02 七月 2026 17:10:10 +0800
Subject: [PATCH] Merge branch 'dev_NEW_pro' of http://114.132.189.42:9002/r/product-inventory-management into dev_NEW_pro

---
 src/router/index.js |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 7be3668..000a0c5 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -97,6 +97,44 @@
       },
     ],
   },
+  // 鏁欏婕旂ず妯″潡
+  {
+    path: "/productionManagement/teachingDemo",
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: "",
+        component: () => import("@/views/productionManagement/teachingDemo/index.vue"),
+        name: "TeachingDemo",
+        meta: { title: "宸ヨ壓璺嚎涓嶣OM鏁欏婕旂ず", icon: "education" },
+      },
+      {
+        path: "bom",
+        component: () => import("@/views/productionManagement/teachingDemo/BomDemo.vue"),
+        name: "BomDemo",
+        meta: { title: "BOM缁撴瀯婕旂ず", activeMenu: "/productionManagement/teachingDemo" },
+      },
+      {
+        path: "processRoute",
+        component: () => import("@/views/productionManagement/teachingDemo/ProcessRouteDemo.vue"),
+        name: "ProcessRouteDemo",
+        meta: { title: "宸ヨ壓璺嚎婕旂ず", activeMenu: "/productionManagement/teachingDemo" },
+      },
+      {
+        path: "combined",
+        component: () => import("@/views/productionManagement/teachingDemo/CombinedDemo.vue"),
+        name: "CombinedDemo",
+        meta: { title: "鑱斿姩婕旂ず", activeMenu: "/productionManagement/teachingDemo" },
+      },
+      {
+        path: "factory",
+        component: () => import("@/views/productionManagement/teachingDemo/FactoryDemo.vue"),
+        name: "FactoryDemo",
+        meta: { title: "鍔ㄦ�佸伐鍘傛紨绀�", activeMenu: "/productionManagement/teachingDemo" },
+      },
+    ],
+  },
   {
     path: "/user",
     component: Layout,

--
Gitblit v1.9.3