@yeeyoon/library 3.7.0 → 3.7.1

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.
@@ -337,6 +337,9 @@ const Header = (props) => {
337
337
  <span
338
338
  className={styles['comp-header__icon']}
339
339
  onClick={() => {
340
+ if (productName === 'wms' || productName === 'bpm') {
341
+ window.location.href = `${HOST_PROFILE_TASK}?token=${token}&source=${productName}&tenantId=${tenantId}`;
342
+ }
340
343
  setRedirectUrl(HOST_PROFILE_TASK);
341
344
  setPlatformsModalShow(true);
342
345
  }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {