@yeeyoon/library 2.4.3 → 2.4.4

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.
@@ -116,7 +116,7 @@ const RecentNotification = (props) => {
116
116
  setMsgListShow(true);
117
117
  }}
118
118
  onMouseLeave={() => {
119
- // setMsgListShow(false);
119
+ setMsgListShow(false);
120
120
  }}
121
121
  >
122
122
  {/* <Tooltip title="消息中心"> */}
package/lib/config/env.js CHANGED
@@ -1,4 +1,4 @@
1
- const REACT_APP_ENV = REACT_APP_ENV || 'testing';
1
+ // const REACT_APP_ENV = REACT_APP_ENV || 'testing';
2
2
 
3
3
  const envApi = {
4
4
  // IAM
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {