From 8d1d92a4baad8df0814a712224112f4b8eefc9d6 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 12 十一月 2025 13:32:39 +0800
Subject: [PATCH] feat: 1.3.0.2
---
src/router/index.ts | 186 +++++++++++++++++++---------------------------
1 files changed, 78 insertions(+), 108 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 6a84aa0..79cbaed 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -95,114 +95,62 @@
rootMenu: true,
},
},
- {
- 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,
- hidden: false,
- alwaysShow: true,
- meta: {
- rank: 10020,
- title: '鐢ㄤ汉绠$悊',
- rootMenu: true,
- icon: 'home',
- },
- children: [
- {
- path: '/EmploymentManageList',
- name: 'EmploymentManageList',
- hidden: false,
- alwaysShow: true,
- component: () => import('@/views/EmploymentManage/EmploymentManage.vue'),
- meta: {
- rank: 10021,
- title: '鐢ㄤ汉绠$悊',
- // rootMenu: true,
- icon: 'home',
- },
- },
- {
- path: '/AddOrEditEmployment',
- name: 'AddOrEditEmployment',
- hidden: true,
- alwaysShow: false,
- component: () => import('@/views/EmploymentManage/AddOrEditEmployment.vue'),
- meta: {
- rank: 10022,
- title: '鍙戝竷缂栬緫浜哄憳',
- // rootMenu: true,
- icon: 'home',
- },
- },
- {
- path: '/EmploymentManageDetail',
- name: 'EmploymentManageDetail',
- hidden: true,
- alwaysShow: false,
- component: () => import('@/views/EmploymentManage/EmploymentManageDetail.vue'),
- meta: {
- rank: 10023,
- title: '浜哄憳绠$悊璇︽儏',
- // rootMenu: true,
- icon: 'home',
- },
- },
- {
- path: '/EmploymentSignList',
- name: 'EmploymentSignList',
- hidden: true,
- alwaysShow: false,
- component: () => import('@/views/EmploymentManage/EmploymentSignList.vue'),
- meta: {
- rank: 10024,
- title: '鎶ュ悕鍒楄〃',
- // rootMenu: true,
- icon: 'home',
- },
- },
- {
- path: '/EmploymentManageArrange',
- name: 'EmploymentManageArrange',
- hidden: false,
- alwaysShow: true,
- component: () => import('@/views/EmploymentManage/EmploymentManageArrange.vue'),
- meta: {
- rank: 10025,
- title: '浜哄憳瀹夋帓',
- // rootMenu: true,
- icon: 'home',
- },
- },
- ],
- },
+ // {
+ // path: '/AgreementManage',
+ // redirect: 'noRedirect',
+ // component: Layout,
+ // hidden: false,
+ // alwaysShow: true,
+ // meta: {
+ // rank: 10050,
+ // title: '鍗忚绠$悊',
+ // rootMenu: true,
+ // icon: 'home',
+ // },
+ // children: [
+ // {
+ // path: '/AgreementManageList',
+ // name: 'AgreementManageList',
+ // hidden: false,
+ // alwaysShow: true,
+ // component: () => import('@/views/AgreementManage/AgreementManageList.vue'),
+ // meta: {
+ // rank: 10051,
+ // title: '鍗忚绠$悊',
+ // // rootMenu: true,
+ // icon: 'home',
+ // },
+ // },
+ // ],
+ // },
+ // {
+ // path: '/WithdrawManage',
+ // redirect: 'noRedirect',
+ // component: Layout,
+ // hidden: false,
+ // alwaysShow: true,
+ // meta: {
+ // rank: 10060,
+ // title: '鎻愮幇绠$悊',
+ // rootMenu: true,
+ // icon: 'home',
+ // },
+ // children: [
+ // {
+ // path: '/WithdrawManageList',
+ // name: 'WithdrawManageList',
+ // hidden: false,
+ // alwaysShow: true,
+ // component: () => import('@/views/WithdrawManage/WithdrawManageList.vue'),
+ // meta: {
+ // rank: 10061,
+ // title: '鎻愮幇绠$悊',
+ // // rootMenu: true,
+ // icon: 'home',
+ // },
+ // },
+ // ],
+ // },
{
path: '/Login',
name: 'Login',
@@ -214,6 +162,28 @@
},
},
{
+ path: '/SignMiddleware/:code',
+ name: 'SignMiddleware',
+ alias: '/sg/:code',
+ hidden: true,
+ component: () => import('@/views/SignMiddleware/SignMiddleware.vue'),
+ meta: {
+ title: '绛剧害',
+ rank: 102,
+ },
+ },
+ {
+ path: '/SignU/:code',
+ name: 'SignU',
+ alias: '/sgu/:code',
+ hidden: true,
+ component: () => import('@/views/SignMiddleware/SignU.vue'),
+ meta: {
+ title: '绛剧害',
+ rank: 102,
+ },
+ },
+ {
path: '/Error',
component: ErrorLayout,
redirect: '/Error/401',
--
Gitblit v1.9.1