@yeeyoon/library 3.7.2 → 3.7.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.
@@ -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": {