@yeeyoon/library 3.7.2 → 3.7.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -339,9 +339,10 @@ const Header = (props) => {
339
339
  onClick={() => {
340
340
  if (productName === 'wms' || productName === 'bpm') {
341
341
  window.location.href = `${HOST_PROFILE_TASK}?token=${token}&source=${productName}&tenantId=${tenantId}`;
342
+ } else {
343
+ setRedirectUrl(HOST_PROFILE_TASK);
344
+ setPlatformsModalShow(true);
342
345
  }
343
- setRedirectUrl(HOST_PROFILE_TASK);
344
- setPlatformsModalShow(true);
345
346
  }}
346
347
  >
347
348
  <IconTodo style={IconStyle} />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "3.7.2",
3
+ "version": "3.7.3",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {