UNPKG
@bizcharts/scaffold-cira-crowd
Version:
latest (0.0.10)
0.0.10
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
人群画像分析
@bizcharts/scaffold-cira-crowd
/
src
/
menuConfig.js
10 lines
(6 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// 菜单配置
// headerMenuConfig:头部导航配置
// asideMenuConfig:侧边导航配置
const
headerMenuConfig = [];
const
asideMenuConfig = [];
export
{ headerMenuConfig, asideMenuConfig };