component-shipinlv 1.1.10 → 1.1.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ var requestApi = /*#__PURE__*/function () {
27
27
  options = _args.length > 1 && _args[1] !== undefined ? _args[1] : {};
28
28
  // 要请求的 url
29
29
  url = getApiUrl(api, options === null || options === void 0 ? void 0 : options.env);
30
- console.log('makeAjax int 20 111 url:', url, options);
30
+ console.log('makeAjax int 20 url:', url, options);
31
31
 
32
32
  // const params = options.method === 'GET' ? options.data : {};
33
33
  userInfo = Tool.getLocalUserInfo();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",