From 72cc175fd408d52ad044d63964f394556568f9f7 Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期一, 02 三月 2026 12:54:09 +0800
Subject: [PATCH] refactor(module(qa)): 包名修改

---
 ruoyi-plus-soybean/src/router/elegant/routes.ts |   20 ++++++++++++++++++++
 1 files changed, 20 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..6a6900a 100755
--- a/ruoyi-plus-soybean/src/router/elegant/routes.ts
+++ b/ruoyi-plus-soybean/src/router/elegant/routes.ts
@@ -210,6 +210,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