Browse Source

菜单点击调整

dev
wenlele 2 years ago
parent
commit
783926c55b
  1. 2
      web/client/src/sections/data/nav-item.jsx

2
web/client/src/sections/data/nav-item.jsx

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

Loading…
Cancel
Save