From acf0aef295f03bc0c0057e3cd4c5f17e2576d41d Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期五, 06 三月 2026 15:23:07 +0800
Subject: [PATCH] perf: 修改ignore规则
---
ruoyi-plus-soybean/src/router/elegant/imports.ts | 3 +++
1 files changed, 3 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..4751a41 100755
--- a/ruoyi-plus-soybean/src/router/elegant/imports.ts
+++ b/ruoyi-plus-soybean/src/router/elegant/imports.ts
@@ -23,13 +23,16 @@
"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"),
--
Gitblit v1.9.3