From dbfd4bc96205dd957827ee16c1149058fc2b88bb Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期三, 04 三月 2026 15:31:14 +0800
Subject: [PATCH] perf:

---
 ruoyi-plus-soybean/src/router/elegant/routes.ts |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/ruoyi-plus-soybean/src/router/elegant/routes.ts b/ruoyi-plus-soybean/src/router/elegant/routes.ts
index 6a6900a..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',

--
Gitblit v1.9.3