提交 14772f87 作者: 龚洪江

Merge remote-tracking branch 'origin/develop' into develop

...@@ -14,4 +14,4 @@ patches: ...@@ -14,4 +14,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin
newTag: 1a1cff00ad9cbf6676879d58e4d8b15163be1114 newTag: ad200dc1515c0c4aabd0709d354c997064ba1b19
...@@ -501,10 +501,9 @@ export const routerList: Array<RouteObjectType> = [ ...@@ -501,10 +501,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: [
{ {
...@@ -512,10 +511,9 @@ export const routerList: Array<RouteObjectType> = [ ...@@ -512,10 +511,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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论