提交 11929283 作者: 龚洪江

修复:路由id添加

上级 707f7377
......@@ -182,7 +182,7 @@ export const routerList: Array<RouteObjectType> = [
element: <LayoutView />,
errorElement: <ErrorPage />,
meta: {
id: 22000,
id: 200,
icon: <TeamOutlined />,
title: '客户管理',
},
......@@ -191,7 +191,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/customManage/customList',
element: withLoadingComponent(<CustomListView />),
meta: {
id: 26100,
id: 220,
title: '客户列表',
icon: <SolutionOutlined />,
},
......@@ -220,7 +220,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/customManage/customIdentity',
element: withLoadingComponent(<CustomIdentityView />),
meta: {
id: 26300,
id: 240,
title: '加盟入驻',
icon: <AuditOutlined />,
},
......@@ -232,7 +232,7 @@ export const routerList: Array<RouteObjectType> = [
element: <LayoutView />,
errorElement: <ErrorPage />,
meta: {
id: 30000,
id: 400,
icon: <DribbbleOutlined />,
title: '资源管理',
},
......@@ -241,7 +241,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/resourceManage/requirementsGathering',
element: withLoadingComponent(<RequirementsGatheringView />),
meta: {
id: 30200,
id: 410,
title: '需求收集',
icon: <MonitorOutlined />,
},
......@@ -250,7 +250,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/resourceManage/materielManage',
element: withLoadingComponent(<MaterielManageView />),
meta: {
id: 30100,
id: 420,
title: '宣传管理',
icon: <PictureOutlined />,
},
......@@ -269,7 +269,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/resourceManage/tagManage',
element: withLoadingComponent(<TagManageView />),
meta: {
id: 30300,
id: 430,
title: '标签管理',
icon: <PaperClipOutlined />,
},
......@@ -278,7 +278,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/resourceManage/industryNews',
element: withLoadingComponent(<IndustryNewsView />),
meta: {
id: 30400,
id: 440,
title: '行业新闻',
icon: <ReadOutlined />,
},
......@@ -287,7 +287,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/resourceManage/tenderManage',
element: withLoadingComponent(<TenderManageView />),
meta: {
id: 30500,
id: 450,
title: '招标快讯',
icon: <CoffeeOutlined />,
},
......@@ -316,7 +316,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/resourceManage/businessCaseManage',
element: withLoadingComponent(<BusinessCaseManage />),
meta: {
id: 30600,
id: 460,
title: '业务案例',
icon: <AliwangwangOutlined />,
},
......@@ -328,7 +328,7 @@ export const routerList: Array<RouteObjectType> = [
element: <LayoutView />,
errorElement: <ErrorPage />,
meta: {
id: 40000,
id: 600,
icon: <MessageOutlined />,
title: '论坛管理',
},
......@@ -337,7 +337,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/forumManage/dynamicList',
element: withLoadingComponent(<DynamicListView />),
meta: {
id: 40100,
id: 610,
title: '动态列表',
icon: <ThunderboltOutlined />,
},
......@@ -349,7 +349,7 @@ export const routerList: Array<RouteObjectType> = [
element: <LayoutView />,
errorElement: <ErrorPage />,
meta: {
id: 10000,
id: 800,
icon: <BarsOutlined />,
title: '订单管理',
},
......@@ -358,7 +358,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/orderManage/productOrder',
element: withLoadingComponent(<ProductOrderView />),
meta: {
id: 10010,
id: 810,
title: '商城订单',
icon: <ShoppingOutlined />,
},
......@@ -377,7 +377,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/orderManage/equipmentOrder',
element: withLoadingComponent(<EquipmentOrderView />),
meta: {
id: 10020,
id: 820,
title: '租赁订单',
icon: <ShopOutlined />,
},
......@@ -396,7 +396,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/orderManage/serviceOrder',
element: withLoadingComponent(<ServiceOrderView />),
meta: {
id: 10030,
id: 830,
title: '服务订单',
icon: <CreditCardOutlined />,
},
......@@ -418,7 +418,7 @@ export const routerList: Array<RouteObjectType> = [
element: <LayoutView />,
errorElement: <ErrorPage />,
meta: {
id: 10100,
id: 1000,
icon: <ShopOutlined />,
title: '商品管理',
},
......@@ -427,7 +427,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/mallManage/courseManage',
element: withLoadingComponent(<CourseManageView />),
meta: {
id: 10190,
id: 1010,
icon: <BookOutlined />,
title: '课程管理',
},
......@@ -436,7 +436,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/mallManage/serviceList',
element: withLoadingComponent(<ServiceListView />),
meta: {
id: 10110,
id: 1020,
icon: <SmileOutlined />,
title: '服务管理',
},
......@@ -465,7 +465,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/mallManage/rentGoods',
element: withLoadingComponent(<RentListView />),
meta: {
id: 10130,
id: 1030,
icon: <SmileOutlined />,
title: '租赁商品',
},
......@@ -504,7 +504,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/mallManage/mallGoods',
element: withLoadingComponent(<MallGoodsView />),
meta: {
id: 10140,
id: 1040,
icon: <SmileOutlined />,
title: '商城商品',
},
......@@ -543,7 +543,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/mallManage/produceList',
element: withLoadingComponent(<ProduceListView />),
meta: {
id: 10150,
id: 1050,
icon: <SmileOutlined />,
title: '产品管理',
},
......@@ -562,7 +562,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/mallManage/makeList',
element: withLoadingComponent(<MakeListView />),
meta: {
id: 10170,
id: 1060,
icon: <SmileOutlined />,
title: '品牌管理',
},
......@@ -593,7 +593,7 @@ export const routerList: Array<RouteObjectType> = [
element: <LayoutView />,
errorElement: <ErrorPage />,
meta: {
id: 18000,
id: 1200,
icon: <ReconciliationOutlined />,
title: '分类管理',
},
......@@ -602,7 +602,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/categoryManage/jobServicesCategory/1',
element: withLoadingComponent(<CategoryManage />),
meta: {
id: 18100,
id: 1210,
title: '作业服务分类',
icon: <SendOutlined />,
},
......@@ -611,7 +611,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/categoryManage/jobServicesCategory/2',
element: withLoadingComponent(<CategoryManage />),
meta: {
id: 18200,
id: 1220,
title: '设备租赁分类',
icon: <RocketOutlined />,
},
......@@ -620,7 +620,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/categoryManage/jobServicesCategory/3',
element: withLoadingComponent(<CategoryManage />),
meta: {
id: 18300,
id: 1230,
title: '飞手培训分类',
icon: <AppstoreAddOutlined />,
},
......@@ -629,7 +629,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/categoryManage/jobServicesCategory/4',
element: withLoadingComponent(<CategoryManage />),
meta: {
id: 18400,
id: 1240,
title: '产品商城分类',
icon: <AppstoreOutlined />,
},
......@@ -638,7 +638,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/categoryManage/jobServicesCategory/0',
element: withLoadingComponent(<CategoryManage />),
meta: {
id: 18500,
id: 1250,
title: '通用分类',
icon: <CoffeeOutlined />,
},
......@@ -657,7 +657,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/categoryManage/DirectoryManage',
element: withLoadingComponent(<DirectoryManage />),
meta: {
id: 18700,
id: 1260,
title: '目录管理',
icon: <UnorderedListOutlined />,
},
......@@ -836,7 +836,7 @@ export const routerList: Array<RouteObjectType> = [
element: <LayoutView />,
errorElement: <ErrorPage />,
meta: {
id: 28000,
id: 1400,
icon: <SettingOutlined />,
title: '系统管理',
},
......@@ -845,7 +845,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/systemManage/accountManage',
element: withLoadingComponent(<AccountManageView />),
meta: {
id: 28100,
id: 1410,
title: '账号管理',
icon: <UserOutlined />,
},
......@@ -854,8 +854,8 @@ export const routerList: Array<RouteObjectType> = [
path: '/systemManage/accountLimit',
element: withLoadingComponent(<AccountLimit />),
meta: {
id: 28200,
title: '账号角色',
id: 1420,
title: '权限角色',
icon: <UserOutlined />,
},
},
......@@ -873,7 +873,7 @@ export const routerList: Array<RouteObjectType> = [
path: '/systemManage/companyManage',
element: withLoadingComponent(<CompanyManageView />),
meta: {
id: 28400,
id: 1430,
title: '单位管理',
icon: <BankOutlined />,
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论