@yeeyoon/library 3.1.8 → 3.1.9

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,11 +155,9 @@ 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);
159
158
  handleException && handleException();
160
159
  return;
161
160
  }
162
- console.log(window.location.hostname.indexOf('profile'), 666);
163
161
 
164
162
  ls.set('X-Auth-Username', name);
165
163
  ls.set('X-Auth-Userid', id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "3.1.8",
3
+ "version": "3.1.9",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {