From 64c2870483568cdeb0206661249a19c5b06de8fe Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期三, 04 三月 2026 12:52:52 +0800
Subject: [PATCH] feat(moudule(qa)): 新增喂丝机对应关系、第三方储丝柜信息视图等管理界面

---
 ruoyi-plus-soybean/src/router/elegant/routes.ts |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 58 insertions(+), 0 deletions(-)

diff --git a/ruoyi-plus-soybean/src/router/elegant/routes.ts b/ruoyi-plus-soybean/src/router/elegant/routes.ts
index dcd996d..274f98a 100755
--- a/ruoyi-plus-soybean/src/router/elegant/routes.ts
+++ b/ruoyi-plus-soybean/src/router/elegant/routes.ts
@@ -60,6 +60,15 @@
     },
     children: [
       {
+        name: 'analy_feed-match',
+        path: '/analy/feed-match',
+        component: 'view.analy_feed-match',
+        meta: {
+          title: 'analy_feed-match',
+          i18nKey: 'route.analy_feed-match'
+        }
+      },
+      {
         name: 'analy_hoister',
         path: '/analy/hoister',
         component: 'view.analy_hoister',
@@ -93,6 +102,15 @@
         meta: {
           title: 'analy_roller',
           i18nKey: 'route.analy_roller'
+        }
+      },
+      {
+        name: 'analy_store-silk',
+        path: '/analy/store-silk',
+        component: 'view.analy_store-silk',
+        meta: {
+          title: 'analy_store-silk',
+          i18nKey: 'route.analy_store-silk'
         }
       }
     ]
@@ -163,6 +181,26 @@
     }
   },
   {
+    name: 'md',
+    path: '/md',
+    component: 'layout.base',
+    meta: {
+      title: 'md',
+      i18nKey: 'route.md'
+    },
+    children: [
+      {
+        name: 'md_shift',
+        path: '/md/shift',
+        component: 'view.md_shift',
+        meta: {
+          title: 'md_shift',
+          i18nKey: 'route.md_shift'
+        }
+      }
+    ]
+  },
+  {
     name: 'monitor',
     path: '/monitor',
     component: 'layout.base',
@@ -210,6 +248,26 @@
     ]
   },
   {
+    name: 'qm',
+    path: '/qm',
+    component: 'layout.base',
+    meta: {
+      title: 'qm',
+      i18nKey: 'route.qm'
+    },
+    children: [
+      {
+        name: 'qm_batch',
+        path: '/qm/batch',
+        component: 'view.qm_batch',
+        meta: {
+          title: 'qm_batch',
+          i18nKey: 'route.qm_batch'
+        }
+      }
+    ]
+  },
+  {
     name: 'social-callback',
     path: '/social-callback',
     component: 'layout.blank$view.social-callback',

--
Gitblit v1.9.3