From 27f6c638a3006dc1c230feb7cfb44ad2df0a43dc Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期五, 17 四月 2026 15:23:54 +0800
Subject: [PATCH] Merge branch 'master' of http://lanpucloud.cn:1111/r/SC/gfzl

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

diff --git a/ruoyi-plus-soybean/src/router/elegant/routes.ts b/ruoyi-plus-soybean/src/router/elegant/routes.ts
index 1a339b1..0d1d1ce 100755
--- a/ruoyi-plus-soybean/src/router/elegant/routes.ts
+++ b/ruoyi-plus-soybean/src/router/elegant/routes.ts
@@ -199,12 +199,39 @@
         }
       },
       {
+        name: 'md_mat',
+        path: '/md/mat',
+        component: 'view.md_mat',
+        meta: {
+          title: 'md_mat',
+          i18nKey: 'route.md_mat'
+        }
+      },
+      {
+        name: 'md_mat-type',
+        path: '/md/mat-type',
+        component: 'view.md_mat-type',
+        meta: {
+          title: 'md_mat-type',
+          i18nKey: 'route.md_mat-type'
+        }
+      },
+      {
         name: 'md_shift',
         path: '/md/shift',
         component: 'view.md_shift',
         meta: {
           title: 'md_shift',
           i18nKey: 'route.md_shift'
+        }
+      },
+      {
+        name: 'md_weighing-box',
+        path: '/md/weighing-box',
+        component: 'view.md_weighing-box',
+        meta: {
+          title: 'md_weighing-box',
+          i18nKey: 'route.md_weighing-box'
         }
       }
     ]
@@ -293,6 +320,15 @@
         }
       },
       {
+        name: 'qm_matcheck',
+        path: '/qm/matcheck',
+        component: 'view.qm_matcheck',
+        meta: {
+          title: 'qm_matcheck',
+          i18nKey: 'route.qm_matcheck'
+        }
+      },
+      {
         name: 'qm_std',
         path: '/qm/std',
         component: 'view.qm_std',

--
Gitblit v1.9.3