@yeeyoon/library 1.8.2 → 1.8.3

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.
@@ -131,7 +131,7 @@ const Header = (props) => {
131
131
  getProductList(id);
132
132
  } else {
133
133
  setTimeout(() => {
134
- backToIam();
134
+ // backToIam();
135
135
  }, 4500);
136
136
  }
137
137
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {