ztxkutils 2.10.54 → 2.10.56

Sign up to get free protection for your applications and to get access to all the features.
package/dist/request.d.ts CHANGED
@@ -14,6 +14,7 @@ export interface IOptions extends AxiosRequestConfig {
14
14
  mustCatch?: boolean;
15
15
  isCancelRepeat?: boolean;
16
16
  isCancelNoCompleteRequest?: boolean;
17
+ noInterceptorsResponse?: boolean;
17
18
  }
18
19
  export default function request(myOptions: IOptions, jumpCallback?: any, otherOptions?: any): any;
19
20
  export declare function clearNoCompleteRequest(): void;
package/dist/request.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import './tslib.es6-35653116.js';
2
2
  import 'axios';
3
3
  import 'ztxkui';
4
- export { N as NEW_AUTHORIZATION, O as OLD_AUTHORIZATION, b as clearCatch, c as clearNoCompleteRequest, a as default } from './request-1ac889d2.js';
4
+ export { N as NEW_AUTHORIZATION, O as OLD_AUTHORIZATION, b as clearCatch, c as clearNoCompleteRequest, a as default } from './request-3c906c2d.js';
5
5
  import './authority-7a91cb9f.js';
6
6
  import './crypto-c481f616.js';
7
7
  import 'crypto';