提交 3f504cea 作者: 龚洪江

功能:数据看板接口联调

上级 72aefa21
......@@ -67,14 +67,14 @@ $design_height:856;
.progress-item{
display: flex;
align-items: center;
justify-content: space-between;
&-label{
font-size: 1.2rem;
color: #707070;
font-weight: bold;
}
&-info{
width: toVw(200,$design_width);
flex: 1;
margin: 0 36px 0 24px;
}
&-value{
font-size: 1.67rem;
......
......@@ -229,18 +229,18 @@ export const whiteRouterList: Array<RouteObject & RouteObjectType> = [
// 路由数组
export const routerList: Array<RouteObjectType> = [
// {
// path: '/dataDashboards',
// element: withLoadingComponent(<DataBoardView />),
// errorElement: <ErrorPage />,
// meta: {
// icon: <BarChartOutlined />,
// title: '数据看板',
// id: 300,
// hidden: true,
// develop: true,
// },
// },
{
path: '/dataDashboards',
element: withLoadingComponent(<DataBoardView />),
errorElement: <ErrorPage />,
meta: {
icon: <BarChartOutlined />,
title: '数据看板',
id: 300,
hidden: true,
develop: true,
},
},
{
path: '/customManage',
element: <LayoutView />,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论