@yeeyoon/library 3.1.7 → 3.1.8

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.
@@ -155,6 +155,7 @@ const Header = (props) => {
155
155
  (!platforms.length || !tenants.length) &&
156
156
  window.location.hostname.indexOf('profile') < 0
157
157
  ) {
158
+ console.log(window.location.hostname.indexOf('profile'), 888);
158
159
  handleException && handleException();
159
160
  return;
160
161
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "3.1.7",
3
+ "version": "3.1.8",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {