From 31343bb1d812bdf43a1b61b67be789507b790f5a Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 11 十一月 2025 11:16:24 +0800
Subject: [PATCH] feat: 1.3.0.2
---
src/router/index.ts | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 8020e3f..59462ed 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -171,6 +171,19 @@
icon: 'home',
},
},
+ {
+ path: '/FlexJobContractManage',
+ name: 'FlexJobContractManage',
+ hidden: false,
+ alwaysShow: true,
+ component: () => import('@/views/FlexJobManage/FlexJobContractManage.vue'),
+ meta: {
+ rank: 10012,
+ title: '绛剧害绠$悊',
+ // rootMenu: true,
+ icon: 'home',
+ },
+ },
],
},
{
--
Gitblit v1.9.1