module-menu-vue 0.3.20 → 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
|
@@ -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,13 +108,18 @@ 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
|
-
path: "/catalog",
|
|
122
|
+
path: "/catalog-center",
|
|
118
123
|
url: require("../../assets/catalog_center.png"),
|
|
119
124
|
},
|
|
120
125
|
// {
|