@yeeyoon/library 2.9.6 → 2.9.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.
@@ -163,11 +163,11 @@ const Header = (props) => {
163
163
  setAvatarProps({ src: data.headUrl || DEFAULT_AVATAR_URL });
164
164
  currentProduct = tenants[0].applications || [];
165
165
  getProductList(id);
166
- } else {
166
+ } /*else {
167
167
  setTimeout(() => {
168
168
  backToIam();
169
169
  }, 4500);
170
- }
170
+ }*/
171
171
  };
172
172
 
173
173
  const getProductList = async (userId) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "2.9.6",
3
+ "version": "2.9.7",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {