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/imports.ts | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ruoyi-plus-soybean/src/router/elegant/imports.ts b/ruoyi-plus-soybean/src/router/elegant/imports.ts
index 46ae9f6..600d23d 100755
--- a/ruoyi-plus-soybean/src/router/elegant/imports.ts
+++ b/ruoyi-plus-soybean/src/router/elegant/imports.ts
@@ -23,17 +23,25 @@
"social-callback": () => import("@/views/_builtin/social-callback/index.vue"),
"user-center": () => import("@/views/_builtin/user-center/index.vue"),
about: () => import("@/views/about/index.vue"),
+ "analy_feed-match": () => import("@/views/analy/feed-match/index.vue"),
analy_hoister: () => import("@/views/analy/hoister/index.vue"),
"analy_output-analy": () => import("@/views/analy/output-analy/index.vue"),
analy_packer: () => import("@/views/analy/packer/index.vue"),
analy_roller: () => import("@/views/analy/roller/index.vue"),
+ "analy_store-silk": () => import("@/views/analy/store-silk/index.vue"),
demo_demo: () => import("@/views/demo/demo/index.vue"),
demo_tree: () => import("@/views/demo/tree/index.vue"),
home: () => import("@/views/home/index.vue"),
+ md_shift: () => import("@/views/md/shift/index.vue"),
monitor_cache: () => import("@/views/monitor/cache/index.vue"),
monitor_logininfor: () => import("@/views/monitor/logininfor/index.vue"),
monitor_online: () => import("@/views/monitor/online/index.vue"),
monitor_operlog: () => import("@/views/monitor/operlog/index.vue"),
+ qm_batch: () => import("@/views/qm/batch/index.vue"),
+ qm_std: () => import("@/views/qm/std/index.vue"),
+ report_demo: () => import("@/views/report/demo/index.vue"),
+ "report_silk-storage-output": () => import("@/views/report/silk-storage-output/index.vue"),
+ report_test: () => import("@/views/report/test/index.vue"),
system_client: () => import("@/views/system/client/index.vue"),
system_config: () => import("@/views/system/config/index.vue"),
system_dept: () => import("@/views/system/dept/index.vue"),
--
Gitblit v1.9.3