@yeeyoon/library 3.7.0 → 3.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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": {