component-shipinlv 0.0.22 → 0.0.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -167,7 +167,8 @@ var VipCompare = function VipCompare(_ref) {
167
167
  }, {
168
168
  manual: !isInClient(),
169
169
  onSuccess: function onSuccess(result) {
170
- setListData(result);
170
+ // @ts-ignore
171
+ setListData(result.list || result);
171
172
  }
172
173
  }),
173
174
  loading = _useRequest2.loading,
@@ -18,8 +18,8 @@ var ApiUrls = {
18
18
  ws: 'wss://pre.api-chat.douzhuli.shop/'
19
19
  },
20
20
  prod: {
21
- api: 'https://api-ktv-ai.douzhuli.shop/',
22
- ws: 'wss://api-ktv-ai.douzhuli.shop/'
21
+ api: 'https://api.shipinlv.com/',
22
+ ws: 'wss://api.shipinlv.com/'
23
23
  }
24
24
  };
25
25
  export default ApiUrls;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "0.0.22",
3
+ "version": "0.0.25",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -74,8 +74,7 @@
74
74
  "moment": "^2.29.4",
75
75
  "qrcode.react": "^3.1.0",
76
76
  "styled-components": "^6.1.8",
77
- "umi-request": "^1.4.0",
78
- "yarn": "^1.22.19"
77
+ "umi-request": "^1.4.0"
79
78
  },
80
79
  "scripts": {
81
80
  "start": "npm run dev",