module-menu 0.0.1 → 0.0.3
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/.umirc.ts +2 -2
- package/package.json +2 -1
- package/src/pages/index.jsx +11 -11
package/.umirc.ts
CHANGED
package/package.json
CHANGED
package/src/pages/index.jsx
CHANGED
|
@@ -155,15 +155,15 @@ class ModuleMenu extends Component {
|
|
|
155
155
|
thirdPartyServiceJumpPath = "/dataasset/";
|
|
156
156
|
thirdPartyServiceRootMenuPath = "/dataasset";
|
|
157
157
|
break;
|
|
158
|
-
case "数据共享":
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
case "运维中心":
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
158
|
+
// case "数据共享":
|
|
159
|
+
// thirdPartyServiceJumpPath = "/datasharing/";
|
|
160
|
+
// thirdPartyServiceRootMenuPath = "/datasharing";
|
|
161
|
+
// break;
|
|
162
|
+
// case "运维中心":
|
|
163
|
+
// thirdPartyServiceJumpPath = "/operate/";
|
|
164
|
+
// thirdPartyServiceRootMenuPath = "/operate";
|
|
165
|
+
// break;
|
|
166
|
+
case "数据质量管理":
|
|
167
167
|
thirdPartyServiceJumpPath = "/quality/";
|
|
168
168
|
thirdPartyServiceRootMenuPath = "/quality/";
|
|
169
169
|
break;
|
|
@@ -177,8 +177,8 @@ class ModuleMenu extends Component {
|
|
|
177
177
|
thirdPartyServiceRootMenuPath
|
|
178
178
|
)
|
|
179
179
|
) {
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
message.warning("您没有权限,请联系管理员添加权限。");
|
|
181
|
+
return
|
|
182
182
|
}
|
|
183
183
|
window.location.href = thirdPartyServiceJumpPath
|
|
184
184
|
}
|