@lcap/asl
Version:
NetEase Application Specific Language
22 lines • 587 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
mock: undefined,
baseURL: 'http://lcp.vusion.top',
staticURL: '//static-vusion.163yun.com',
cookie: '...',
debug: true,
debugRequest: false,
webFileCache: true,
initialLoadCache: true,
reloadAlways: false,
advancedFeatures: false,
throttleWait: 5000,
scope: 'pc',
/**
* 默认使用的 app,一般来说全局库只会用一个 app
*/
defaultApp: undefined,
allNodesAPI: undefined,
};
//# sourceMappingURL=config.js.map