component-shipinlv 1.1.9 → 1.1.11
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/lib/request.js +1 -1
- package/package.json +1 -1
package/dist/lib/request.js
CHANGED
@@ -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
|
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();
|