提交 6efb6f92 作者: 龚洪江

功能:加盟商订单列表过滤筛选项

上级 84a02c0a
...@@ -229,18 +229,18 @@ export const whiteRouterList: Array<RouteObject & RouteObjectType> = [ ...@@ -229,18 +229,18 @@ export const whiteRouterList: Array<RouteObject & RouteObjectType> = [
// 路由数组 // 路由数组
export const routerList: Array<RouteObjectType> = [ export const routerList: Array<RouteObjectType> = [
{ // {
path: '/dataDashboards', // path: '/dataDashboards',
element: withLoadingComponent(<DataBoardView />), // element: withLoadingComponent(<DataBoardView />),
errorElement: <ErrorPage />, // errorElement: <ErrorPage />,
meta: { // meta: {
icon: <BarChartOutlined />, // icon: <BarChartOutlined />,
title: '数据看板', // title: '数据看板',
id: 300, // id: 300,
hidden: true, // hidden: true,
develop: true, // develop: true,
}, // },
}, // },
{ {
path: '/customManage', path: '/customManage',
element: <LayoutView />, element: <LayoutView />,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论