module-menu-vue 0.3.19 → 0.3.21
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
|
@@ -22,11 +22,11 @@ const dataManageChildrenMenus = [
|
|
|
22
22
|
path: token ? '/quality' : '/quality/',
|
|
23
23
|
url: require('../../assets/quality_slogo.svg'),
|
|
24
24
|
},
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
25
|
+
// {
|
|
26
|
+
// childName: '指标管理',
|
|
27
|
+
// path: '/indicator',
|
|
28
|
+
// url: require('../../assets/dataApp/indicator.png'),
|
|
29
|
+
// },
|
|
30
30
|
{
|
|
31
31
|
childName: '知识图谱',
|
|
32
32
|
path: '/knowledge',
|
|
@@ -114,7 +114,7 @@ export const getMenuList = (stash = '') => [{
|
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
childName: "目录中心",
|
|
117
|
-
path: "/catalog",
|
|
117
|
+
path: "/catalog-center",
|
|
118
118
|
url: require("../../assets/catalog_center.png"),
|
|
119
119
|
},
|
|
120
120
|
// {
|