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/routes.ts | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/ruoyi-plus-soybean/src/router/elegant/routes.ts b/ruoyi-plus-soybean/src/router/elegant/routes.ts
index dcd996d..274f98a 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',
@@ -210,6 +248,26 @@
]
},
{
+ name: 'qm',
+ path: '/qm',
+ component: 'layout.base',
+ meta: {
+ title: 'qm',
+ i18nKey: 'route.qm'
+ },
+ children: [
+ {
+ name: 'qm_batch',
+ path: '/qm/batch',
+ component: 'view.qm_batch',
+ meta: {
+ title: 'qm_batch',
+ i18nKey: 'route.qm_batch'
+ }
+ }
+ ]
+ },
+ {
name: 'social-callback',
path: '/social-callback',
component: 'layout.blank$view.social-callback',
--
Gitblit v1.9.3