From 295bdcf5c1c434604d35bdb592660284870014d7 Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期三, 18 三月 2026 13:36:58 +0800
Subject: [PATCH] feat: 1.新增判定规程明细项目维护 2.新增储丝单柜产量报表 3.新增exceljs、dompdf等文件导出工具 4.修改启动loading、icon、fav
---
ruoyi-plus-soybean/src/router/elegant/routes.ts | 137 +++++++++++++++++++++++++++++----------------
1 files changed, 89 insertions(+), 48 deletions(-)
diff --git a/ruoyi-plus-soybean/src/router/elegant/routes.ts b/ruoyi-plus-soybean/src/router/elegant/routes.ts
index 6a6900a..193441e 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',
@@ -226,6 +264,53 @@
title: 'qm_batch',
i18nKey: 'route.qm_batch'
}
+ },
+ {
+ name: 'qm_std',
+ path: '/qm/std',
+ component: 'view.qm_std',
+ meta: {
+ title: 'qm_std',
+ i18nKey: 'route.qm_std'
+ }
+ }
+ ]
+ },
+ {
+ name: 'report',
+ path: '/report',
+ component: 'layout.base',
+ meta: {
+ title: 'report',
+ i18nKey: 'route.report'
+ },
+ children: [
+ {
+ name: 'report_demo',
+ path: '/report/demo',
+ component: 'view.report_demo',
+ meta: {
+ title: 'report_demo',
+ i18nKey: 'route.report_demo'
+ }
+ },
+ {
+ name: 'report_silk-storage-output',
+ path: '/report/silk-storage-output',
+ component: 'view.report_silk-storage-output',
+ meta: {
+ title: 'report_silk-storage-output',
+ i18nKey: 'route.report_silk-storage-output'
+ }
+ },
+ {
+ name: 'report_test',
+ path: '/report/test',
+ component: 'view.report_test',
+ meta: {
+ title: 'report_test',
+ i18nKey: 'route.report_test'
+ }
}
]
},
@@ -285,18 +370,7 @@
meta: {
title: 'system_dict',
i18nKey: 'route.system_dict'
- },
- children: [
- {
- name: 'system_dict_data',
- path: '/system/dict/data',
- component: 'view.system_dict_data',
- meta: {
- title: 'system_dict_data',
- i18nKey: 'route.system_dict_data'
- }
- }
- ]
+ }
},
{
name: 'system_menu',
@@ -355,18 +429,7 @@
meta: {
title: 'system_role',
i18nKey: 'route.system_role'
- },
- children: [
- {
- name: 'system_role_auth-user',
- path: '/system/role/auth-user',
- component: 'view.system_role_auth-user',
- meta: {
- title: 'system_role_auth-user',
- i18nKey: 'route.system_role_auth-user'
- }
- }
- ]
+ }
},
{
name: 'system_tenant',
@@ -393,18 +456,7 @@
meta: {
title: 'system_user',
i18nKey: 'route.system_user'
- },
- children: [
- {
- name: 'system_user_auth-role',
- path: '/system/user/auth-role',
- component: 'view.system_user_auth-role',
- meta: {
- title: 'system_user_auth-role',
- i18nKey: 'route.system_user_auth-role'
- }
- }
- ]
+ }
}
]
},
@@ -428,18 +480,7 @@
i18nKey: 'route.tool_gen',
localIcon: 'menu-code',
order: 2
- },
- children: [
- {
- name: 'tool_gen_edit-table',
- path: '/tool/gen/edit-table',
- component: 'view.tool_gen_edit-table',
- meta: {
- title: 'tool_gen_edit-table',
- i18nKey: 'route.tool_gen_edit-table'
- }
- }
- ]
+ }
}
]
},
--
Gitblit v1.9.3