@tmsfe/tms-core 0.0.132 → 0.0.133

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/request.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmsfe/tms-core",
3
- "version": "0.0.132",
3
+ "version": "0.0.133",
4
4
  "description": "tms运行时框架",
5
5
  "repository": {
6
6
  "type": "git",
package/src/request.js CHANGED
@@ -394,6 +394,7 @@ export default class Request {
394
394
  header,
395
395
  method,
396
396
  data,
397
+ useHighPerformanceMode: true,
397
398
  enableHttp2: true,
398
399
  success: (res) => {
399
400
  printLog(true, res.data);