From 7f4fd9a7d182b8da1a7130355c718914cc086293 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 11 十一月 2025 16:41:55 +0800
Subject: [PATCH] feat: s
---
src/router/index.ts | 106 -----------------------------------------------------
1 files changed, 0 insertions(+), 106 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 8020e3f..908eab2 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -96,84 +96,6 @@
},
},
{
- 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: true,
- alwaysShow: false,
- component: () => import('@/views/CustomerManage/AddOrEditCustomer.vue'),
- meta: {
- rank: 10011,
- title: '鏂板瀹㈡埛',
- },
- },
- {
- path: '/CustomerDetail/:id',
- name: 'CustomerDetail',
- hidden: true,
- alwaysShow: false,
- component: () => import('@/views/CustomerManage/CustomerDetail.vue'),
- meta: {
- rank: 10011,
- title: '瀹㈡埛璇︽儏',
- },
- },
- ],
- },
- {
- path: '/FlexJobManage',
- redirect: 'noRedirect',
- component: Layout,
- hidden: false,
- alwaysShow: true,
- meta: {
- rank: 10010,
- title: '鐏靛伐绠$悊',
- rootMenu: true,
- icon: 'home',
- },
- children: [
- {
- path: '/FlexJobManageList',
- name: 'FlexJobManageList',
- hidden: false,
- alwaysShow: true,
- component: () => import('@/views/FlexJobManage/FlexJobManage.vue'),
- meta: {
- rank: 10011,
- title: '鐏靛伐绠$悊',
- // rootMenu: true,
- icon: 'home',
- },
- },
- ],
- },
- {
path: '/EmploymentManage',
redirect: 'noRedirect',
component: Layout,
@@ -484,34 +406,6 @@
],
},
- {
- path: '/UserManage',
- redirect: 'noRedirect',
- component: Layout,
- hidden: false,
- alwaysShow: true,
- meta: {
- rank: 10100,
- title: '鐢ㄦ埛绠$悊',
- rootMenu: true,
- icon: 'home',
- },
- children: [
- {
- path: '/UserManageList',
- name: 'UserManageList',
- hidden: false,
- alwaysShow: true,
- component: () => import('@/views/UserManage/UserManageList.vue'),
- meta: {
- rank: 10101,
- title: '鐢ㄦ埛绠$悊',
- // rootMenu: true,
- icon: 'home',
- },
- },
- ],
- },
{
path: '/Login',
name: 'Login',
--
Gitblit v1.9.1