From 7041b2e8a0e9ff955f50d59c8d5c3dc3185396a6 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 11 十一月 2025 17:38:08 +0800
Subject: [PATCH] feat: s
---
src/router/index.ts | 107 -----------------------------------------------------
1 files changed, 0 insertions(+), 107 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 908eab2..07632d9 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -96,113 +96,6 @@
},
},
{
- path: '/EmploymentManage',
- redirect: 'noRedirect',
- component: Layout,
- hidden: false,
- alwaysShow: true,
- meta: {
- rank: 10020,
- title: '鐢ㄤ汉绠$悊',
- rootMenu: true,
- icon: 'home',
- },
- children: [
- {
- path: '/TaskManageList',
- name: 'TaskManageList',
- hidden: false,
- alwaysShow: true,
- component: () => import('@/views/EmploymentManage/TaskManageList.vue'),
- meta: {
- rank: 10021,
- title: '浠诲姟绠$悊',
- // rootMenu: true,
- icon: 'home',
- },
- },
- {
- path: '/AddOrEditEmployment/:id?',
- name: 'AddOrEditEmployment',
- hidden: true,
- alwaysShow: false,
- component: () => import('@/views/EmploymentManage/AddOrEditEmployment.vue'),
- meta: {
- rank: 10022,
- title: '鍙戝竷缂栬緫浜哄憳',
- // rootMenu: true,
- icon: 'home',
- },
- },
- {
- path: '/EmploymentManageDetail/:id',
- name: 'EmploymentManageDetail',
- hidden: true,
- alwaysShow: false,
- component: () => import('@/views/EmploymentManage/EmploymentManageDetail.vue'),
- meta: {
- rank: 10023,
- title: '浜哄憳绠$悊璇︽儏',
- // rootMenu: true,
- icon: 'home',
- },
- },
- {
- path: '/EmploymentSignList/:id',
- name: 'EmploymentSignList',
- hidden: true,
- alwaysShow: false,
- component: () => import('@/views/EmploymentManage/EmploymentSignList.vue'),
- meta: {
- rank: 10024,
- title: '鎶ュ悕鍒楄〃',
- // rootMenu: true,
- icon: 'home',
- },
- },
- {
- path: '/EmploymentManageArrange/:id',
- name: 'EmploymentManageArrange',
- hidden: true,
- alwaysShow: false,
- component: () => import('@/views/EmploymentManage/EmploymentManageArrange.vue'),
- meta: {
- rank: 10025,
- title: '浜哄憳瀹夋帓',
- // rootMenu: true,
- icon: 'home',
- },
- },
-
- {
- path: '/CheckManage',
- name: 'CheckManage',
- hidden: false,
- alwaysShow: true,
- component: () => import('@/views/EmploymentManage/CheckManage.vue'),
- meta: {
- rank: 10030,
- title: '楠屾敹绠$悊',
- // rootMenu: true,
- icon: 'home',
- },
- },
- {
- path: '/CheckReceiveTaskDetail/:id',
- name: 'CheckReceiveTaskDetail',
- hidden: true,
- alwaysShow: false,
- component: () => import('@/views/EmploymentManage/CheckReceiveTaskDetail.vue'),
- meta: {
- rank: 10031,
- title: '楠屾敹璇︽儏',
- // rootMenu: true,
- icon: 'home',
- },
- },
- ],
- },
- {
path: '/ServiceChargeManage',
redirect: 'noRedirect',
component: Layout,
--
Gitblit v1.9.1