From 47bae1f938f915206e3934ea960aff975e5738c9 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 12 六月 2026 16:09:49 +0800
Subject: [PATCH] feat(teachingDemo): 新增工艺路线与BOM教学演示模块

---
 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