module-menu-vue 0.3.13 → 0.3.14

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.13",
3
+ "version": "0.3.14",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
@@ -556,5 +556,5 @@ const setDataApplyMenuList = (stash) => {
556
556
  url: require("../../assets/ic_biaoqianfenxi.png"),
557
557
  }
558
558
  ]
559
- return stash === 'integration' ? menus.concat(analyticMenus) : menus
559
+ return menus
560
560
  }