提交 ef7755ce 作者: ZhangLingKun

功能:飞手管理权限

上级 22860222
...@@ -339,10 +339,10 @@ export const routerList: Array<RouteObjectType> = [ ...@@ -339,10 +339,10 @@ export const routerList: Array<RouteObjectType> = [
element: <LayoutView />, element: <LayoutView />,
errorElement: <ErrorPage />, errorElement: <ErrorPage />,
meta: { meta: {
id: 300, id: 1800,
icon: <ContactsOutlined />, icon: <ContactsOutlined />,
title: '飞手管理', title: '飞手管理',
develop: true, // develop: true,
}, },
children: [ children: [
{ {
...@@ -396,10 +396,10 @@ export const routerList: Array<RouteObjectType> = [ ...@@ -396,10 +396,10 @@ export const routerList: Array<RouteObjectType> = [
element: withLoadingComponent(<FlyerTeamView />), element: withLoadingComponent(<FlyerTeamView />),
errorElement: <ErrorPage />, errorElement: <ErrorPage />,
meta: { meta: {
id: 310, id: 1820,
title: '飞手团队', title: '飞手团队',
icon: <UsergroupAddOutlined />, icon: <UsergroupAddOutlined />,
develop: true, // develop: true,
}, },
}, },
], ],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论