|
@ -21,7 +21,7 @@ export function getNavItem (user, dispatch) { |
|
|
itemKey: 'dataAnalysis', |
|
|
itemKey: 'dataAnalysis', |
|
|
text: '数据分析', |
|
|
text: '数据分析', |
|
|
icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconsjfenxi"></iconpark-icon>, |
|
|
icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconsjfenxi"></iconpark-icon>, |
|
|
to: '/data/dataAnalysis/dataComparison', |
|
|
to: '/data/dataAnalysis/notebook', |
|
|
items: [ |
|
|
items: [ |
|
|
// { |
|
|
// { |
|
|
// itemKey: 'dataComparison', to: '/data/dataAnalysis/dataComparison', text: '数据对比' |
|
|
// itemKey: 'dataComparison', to: '/data/dataAnalysis/dataComparison', text: '数据对比' |
|
|