提交 ad200dc1 作者: ZhangLingKun

功能:签到页面权限

上级 01a8f29d
...@@ -513,10 +513,9 @@ export const routerList: Array<RouteObjectType> = [ ...@@ -513,10 +513,9 @@ export const routerList: Array<RouteObjectType> = [
element: <LayoutView />, element: <LayoutView />,
errorElement: <ErrorPage />, errorElement: <ErrorPage />,
meta: { meta: {
id: 1100, id: 500,
icon: <FireOutlined />, icon: <FireOutlined />,
title: '营销管理', title: '营销管理',
develop: true,
}, },
children: [ children: [
{ {
...@@ -524,10 +523,9 @@ export const routerList: Array<RouteObjectType> = [ ...@@ -524,10 +523,9 @@ export const routerList: Array<RouteObjectType> = [
element: withLoadingComponent(<RewardsManageView />), element: withLoadingComponent(<RewardsManageView />),
errorElement: <ErrorPage />, errorElement: <ErrorPage />,
meta: { meta: {
id: 1110, id: 510,
title: '签到奖励', title: '签到奖励',
icon: <InsertRowAboveOutlined />, icon: <InsertRowAboveOutlined />,
develop: true,
}, },
}, },
], ],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论