From ebea958ab2324104b59f83675a6347d4a6b1d9d1 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 29 十月 2025 16:58:13 +0800
Subject: [PATCH] feat: 页面
---
src/router/index.ts | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 51af27c..6ccf758 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -96,6 +96,34 @@
},
},
{
+ path: '/SupplierManage',
+ redirect: 'noRedirect',
+ component: Layout,
+ hidden: false,
+ alwaysShow: true,
+ meta: {
+ rank: 10005,
+ title: '渚涘簲鍟嗙鐞�',
+ rootMenu: true,
+ icon: 'home',
+ },
+ children: [
+ {
+ path: '/SupplierManageList',
+ name: 'SupplierManageList',
+ hidden: false,
+ alwaysShow: true,
+ component: () => import('@/views/SupplierManage/SupplierManageList.vue'),
+ meta: {
+ rank: 10005,
+ title: '渚涘簲鍟嗙鐞�',
+ // rootMenu: true,
+ icon: 'home',
+ },
+ },
+ ],
+ },
+ {
path: '/FlexJobManage',
redirect: 'noRedirect',
component: Layout,
--
Gitblit v1.9.1