@yeeyoon/library 3.1.6 → 3.1.7

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.
@@ -158,6 +158,7 @@ const Header = (props) => {
158
158
  handleException && handleException();
159
159
  return;
160
160
  }
161
+ console.log(window.location.hostname.indexOf('profile'), 666);
161
162
 
162
163
  ls.set('X-Auth-Username', name);
163
164
  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.6",
3
+ "version": "3.1.7",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {