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