module-menu-vue 0.3.21 → 0.3.22

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.21",
3
+ "version": "0.3.22",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
@@ -259,9 +259,12 @@ export default {
259
259
  case "数据安全":
260
260
  thirdPartyServiceJumpPath = "/datasecurity/";
261
261
  break;
262
- case "目录编制":
262
+ case "目录管理":
263
263
  thirdPartyServiceJumpPath = "/admin-ui/catalog";
264
264
  break;
265
+ case "目录编制":
266
+ thirdPartyServiceJumpPath = "/admin-ui/catalog-compile";
267
+ break;
265
268
  case "目录中心":
266
269
  thirdPartyServiceJumpPath = "/admin-ui/catalog-center";
267
270
  break;
@@ -108,10 +108,15 @@ export const getMenuList = (stash = '') => [{
108
108
  url:require('../../assets/datasharing_slogo.svg'),
109
109
  },
110
110
  {
111
- childName: "目录编制",
111
+ childName: "目录管理",
112
112
  path: "/catalog",
113
113
  url: require("../../assets/ic_muluguanli.png"),
114
114
  },
115
+ {
116
+ childName: "目录编制",
117
+ path: "/catalog-compile",
118
+ url: require("../../assets/ic_muluguanli.png"),
119
+ },
115
120
  {
116
121
  childName: "目录中心",
117
122
  path: "/catalog-center",