module-menu-vue 0.0.80 → 0.0.82

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.80",
3
+ "version": "0.0.82",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
@@ -206,7 +206,7 @@ export default {
206
206
  thirdPartyServiceJumpPath = "/datasecurity/";
207
207
  break;
208
208
  case "目录管理":
209
- thirdPartyServiceJumpPath = "/admin-ui/catalog/menuClassify/list";
209
+ thirdPartyServiceJumpPath = "/admin-ui/catalog";
210
210
  break;
211
211
  case "资源管理":
212
212
  thirdPartyServiceJumpPath = "/admin-ui/resource/tableResource/list";
@@ -214,7 +214,7 @@ export default {
214
214
  case "供需对接":
215
215
  thirdPartyServiceJumpPath = '/admin-ui/supply-and-demand-docking/dataRequirement/propose/list';
216
216
  break;
217
- case "级联管理":
217
+ case "数据直达":
218
218
  thirdPartyServiceJumpPath = '/admin-ui/cascade';
219
219
  break;
220
220
  case '综合评价系统':
@@ -81,7 +81,7 @@ export const menuList = [{
81
81
  url: require("../../assets/ic_gongxuduijie.png"),
82
82
  },
83
83
  {
84
- childName: "级联管理",
84
+ childName: "数据直达",
85
85
  path: "/jilianguanli",
86
86
  url: require("../../assets/ic_jilianguanli.png"),
87
87
  },