module-menu-vue 0.3.19 → 0.3.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "module-menu-vue",
3
- "version": "0.3.19",
3
+ "version": "0.3.20",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
@@ -22,11 +22,11 @@ const dataManageChildrenMenus = [
22
22
  path: token ? '/quality' : '/quality/',
23
23
  url: require('../../assets/quality_slogo.svg'),
24
24
  },
25
- {
26
- childName: '指标管理',
27
- path: '/indicator',
28
- url: require('../../assets/dataApp/indicator.png'),
29
- },
25
+ // {
26
+ // childName: '指标管理',
27
+ // path: '/indicator',
28
+ // url: require('../../assets/dataApp/indicator.png'),
29
+ // },
30
30
  {
31
31
  childName: '知识图谱',
32
32
  path: '/knowledge',