diff --git a/config.js b/config.js new file mode 100644 index 0000000..bd82815 --- /dev/null +++ b/config.js @@ -0,0 +1,14 @@ + +// 基础配置信息 +const config = { + // 系统配置 + appName: '', + version: '1.0.0', + + // API配置 + apiBaseUrl: 'https://www.cqaijing.top', + // apiBaseUrl: 'https://qianjiang-test.cyuncq.com', + +}; + +module.exports = config; \ No newline at end of file