From a9de40c46815f5ebe1750a4dd00e246758dc314e Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期四, 09 四月 2026 13:32:32 +0800
Subject: [PATCH] style: 删除mac下 .DS_Store隐藏文件
---
ruoyi-plus-soybean/src/router/elegant/imports.ts | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/ruoyi-plus-soybean/src/router/elegant/imports.ts b/ruoyi-plus-soybean/src/router/elegant/imports.ts
index c533376..56a0110 100755
--- a/ruoyi-plus-soybean/src/router/elegant/imports.ts
+++ b/ruoyi-plus-soybean/src/router/elegant/imports.ts
@@ -23,18 +23,28 @@
"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_instrument: () => import("@/views/md/instrument/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_judge-details": () => import("@/views/qm/judge-details/index.vue"),
+ qm_judge: () => import("@/views/qm/judge/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