@yeeyoon/library 3.7.3 → 3.7.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -51,9 +51,11 @@ export function getProfileRedirectUrl(path) {
51
51
  case 'localhost:8003':
52
52
  case 'localhost:8009':
53
53
  case 'localhost:8010':
54
+ case 'localhost:8011':
54
55
  case 'testing-collab.yeeyoon.com':
55
56
  case 'testing-profile.yeeyoon.com':
56
57
  case 'testing-bpm.yeeyoon.com':
58
+ case 'testing-wms.yeeyoon.com':
57
59
  return `https://testing-profile.yeeyoon.com/${path}`;
58
60
  case 'demo-profile.yeeyoon.com':
59
61
  return `https://demo-profile.yeeyoon.com/${path}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "3.7.3",
3
+ "version": "3.7.4",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {