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 | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/ruoyi-plus-soybean/src/router/elegant/routes.ts b/ruoyi-plus-soybean/src/router/elegant/routes.ts
index 2fadf2c..0d1d1ce 100755
--- a/ruoyi-plus-soybean/src/router/elegant/routes.ts
+++ b/ruoyi-plus-soybean/src/router/elegant/routes.ts
@@ -199,6 +199,24 @@
}
},
{
+ 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',
@@ -302,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