mirror of
https://gitee.com/la-vie/console-pro-free.git
synced 2025-01-14 06:51:50 +00:00
8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
'use strict';
|
|
|
|
export default {
|
|
silentJSONParsing: true,
|
|
forcedJSONParsing: true,
|
|
clarifyTimeoutError: false
|
|
};
|