From 77f32b6d96237dc874ca81c0ecab1a21500cc5ab Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 21 三月 2025 16:31:00 +0800
Subject: [PATCH] feat: init

---
 src/router/index.ts |   41 +++++++++++++++++++++++++++++++++--------
 1 files changed, 33 insertions(+), 8 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index 7d7ffa3..0e33721 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -73,6 +73,12 @@
     component: Layout,
     redirect: '/home',
     alwaysShow: true,
+    meta: {
+      rank: 1001,
+      icon: 'home',
+      title: '淇濆崟绠$悊',
+      rootMenu: true,
+    },
     children: [
       {
         path: 'home',
@@ -80,21 +86,40 @@
         hidden: false,
         component: () => import('@/views/Home/Home.vue'),
         meta: {
-          rank: 10001,
-          title: '棣栭〉',
+          rank: 1001,
+          title: '淇濆崟绠$悊',
           affix: true,
           // rootMenu: true,
           icon: 'home',
         },
       },
+      {
+        path: '/InsuranceOrderDetail/:id',
+        name: 'InsuranceOrderDetail',
+        hidden: true,
+        component: () => import('@/views/Home/InsuranceOrderDetail.vue'),
+        meta: {
+          rank: 10002,
+          title: '淇濆崟璇︽儏',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
+      {
+        path: '/BatchChange/:id',
+        name: 'BatchChange',
+        hidden: true,
+        component: () => import('@/views/Home/BatchChange.vue'),
+        meta: {
+          rank: 10002,
+          title: '鎵规敼',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
     ],
-    meta: {
-      rank: 1001,
-      icon: 'home',
-      title: '棣栭〉',
-      rootMenu: true,
-    },
   },
+
   {
     path: '/InsuranceClaim',
     redirect: 'noRedirect',

--
Gitblit v1.9.1