module-menu-vue 0.0.63 → 0.0.65

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.0.63",
3
+ "version": "0.0.65",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
Binary file
@@ -104,7 +104,7 @@ export default {
104
104
  let appSysMenuList = []
105
105
  let appSysNameList = []
106
106
  item.routes.forEach(obj => {
107
- appSysMenuList.push(obj.path.indexOf('/') === -1 ? '/' + obj.path : obj.path)
107
+ appSysMenuList.push('/' + obj.path)
108
108
  appSysNameList.push(obj.name)
109
109
  }) || []
110
110
  localStorage.setItem('appSysMenuList', JSON.stringify(appSysMenuList))
@@ -184,6 +184,9 @@ export default {
184
184
  case "资源管理":
185
185
  thirdPartyServiceJumpPath = "/admin-ui/resource/tableResource/list";
186
186
  break;
187
+ case "供需对接":
188
+ thirdPartyServiceJumpPath = '/admin-ui/supply-and-demand-docking/dataRequirement/propose/list';
189
+ break;
187
190
  default:
188
191
  break;
189
192
  }
@@ -74,6 +74,11 @@ export const menuList = [{
74
74
  childName: "资源管理",
75
75
  path: "/ziyuanguanli",
76
76
  url: require("../../assets/ic_ziyuanguanli.png"),
77
+ },
78
+ {
79
+ childName: "供需对接",
80
+ path: "/gongxuduijie",
81
+ url: require("../../assets/ic_gongxuduijie.png"),
77
82
  }]
78
83
  },
79
84
  {