From 48b04d85a2c548399bcb4ed72d8c00bd45f2e808 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 28 十月 2025 13:13:48 +0800
Subject: [PATCH] feat: init

---
 src/router/index.ts |   52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 51 insertions(+), 1 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index 51af27c..ca65353 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -96,6 +96,56 @@
     },
   },
   {
+    path: '/CustomerManage',
+    redirect: 'noRedirect',
+    component: Layout,
+    hidden: false,
+    alwaysShow: true,
+    meta: {
+      rank: 10010,
+      title: '瀹㈡埛绠$悊',
+      rootMenu: true,
+      icon: 'home',
+    },
+    children: [
+      {
+        path: '/CustomerManage',
+        name: 'CustomerManage',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/CustomerManage/CustomerManage.vue'),
+        meta: {
+          rank: 10011,
+          title: '瀹㈡埛绠$悊',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
+      {
+        path: '/AddOrEditCustomer/:id?',
+        name: 'AddOrEditCustomer',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/CustomerManage/AddOrEditCustomer.vue'),
+        meta: {
+          rank: 10011,
+          title: '鏂板瀹㈡埛',
+        },
+      },
+      {
+        path: '/CustomerDetail/:id',
+        name: 'CustomerDetail',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/CustomerManage/CustomerDetail.vue'),
+        meta: {
+          rank: 10011,
+          title: '瀹㈡埛璇︽儏',
+        },
+      },
+    ],
+  },
+  {
     path: '/FlexJobManage',
     redirect: 'noRedirect',
     component: Layout,
@@ -361,7 +411,7 @@
         component: () => import('@/views/FinanceManage/FinanceManage.vue'),
         meta: {
           rank: 10071,
-          title: '璐㈠姟绠$悊',
+          title: '鍙戞斁鏄庣粏',
           // rootMenu: true,
           icon: 'home',
         },

--
Gitblit v1.9.1