module-menu 0.1.13 → 0.1.14
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
|
@@ -66,11 +66,11 @@ const ModuleMenu = ({sysName})=>{
|
|
|
66
66
|
let thirdPartyServiceJumpPath = ""; // 第三方服务跳转路径
|
|
67
67
|
let thirdPartyServiceRootMenuPath = ""; // 第三方服务根菜单路径
|
|
68
68
|
switch (nameStr) {
|
|
69
|
-
case "
|
|
69
|
+
case "数据集成":
|
|
70
70
|
thirdPartyServiceJumpPath = "/datacollect/";
|
|
71
71
|
thirdPartyServiceRootMenuPath = "/datacollection";
|
|
72
72
|
break;
|
|
73
|
-
case "
|
|
73
|
+
case "数据治理":
|
|
74
74
|
thirdPartyServiceJumpPath = "/datamanage/";
|
|
75
75
|
thirdPartyServiceRootMenuPath = "/dataManager";
|
|
76
76
|
break;
|
|
@@ -78,11 +78,15 @@ const ModuleMenu = ({sysName})=>{
|
|
|
78
78
|
thirdPartyServiceJumpPath = "/metadata/";
|
|
79
79
|
thirdPartyServiceRootMenuPath = "/metadata";
|
|
80
80
|
break;
|
|
81
|
-
case "
|
|
81
|
+
case "数据质量":
|
|
82
|
+
thirdPartyServiceJumpPath = "/quality/";
|
|
83
|
+
thirdPartyServiceRootMenuPath = "/quality/";
|
|
84
|
+
break;
|
|
85
|
+
case "离线开发":
|
|
82
86
|
thirdPartyServiceJumpPath = "/datadev/";
|
|
83
87
|
thirdPartyServiceRootMenuPath = "/datadev/";
|
|
84
88
|
break;
|
|
85
|
-
case "
|
|
89
|
+
case "实时开发":
|
|
86
90
|
thirdPartyServiceJumpPath = "/dataanalytic/";
|
|
87
91
|
thirdPartyServiceRootMenuPath = "/dataanalytic";
|
|
88
92
|
break;
|
|
@@ -90,21 +94,21 @@ const ModuleMenu = ({sysName})=>{
|
|
|
90
94
|
thirdPartyServiceJumpPath = "/dataservice/";
|
|
91
95
|
thirdPartyServiceRootMenuPath = "/dataservice";
|
|
92
96
|
break;
|
|
93
|
-
case "
|
|
97
|
+
case "数据资产":
|
|
94
98
|
thirdPartyServiceJumpPath = "/dataasset/";
|
|
95
99
|
thirdPartyServiceRootMenuPath = "/dataasset";
|
|
96
100
|
break;
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
case "
|
|
106
|
-
thirdPartyServiceJumpPath = "/
|
|
107
|
-
thirdPartyServiceRootMenuPath = "/
|
|
101
|
+
case "数据共享":
|
|
102
|
+
thirdPartyServiceJumpPath = "/datasharing/";
|
|
103
|
+
thirdPartyServiceRootMenuPath = "/datasharing";
|
|
104
|
+
break;
|
|
105
|
+
case "运维中心":
|
|
106
|
+
thirdPartyServiceJumpPath = "/operate/";
|
|
107
|
+
thirdPartyServiceRootMenuPath = "/operate";
|
|
108
|
+
break;
|
|
109
|
+
case "消息中心":
|
|
110
|
+
thirdPartyServiceJumpPath = "/alert/";
|
|
111
|
+
thirdPartyServiceRootMenuPath = "/alert/";
|
|
108
112
|
break;
|
|
109
113
|
default:
|
|
110
114
|
break;
|