From ea84788ed57aa51a1d21204302b345e0d4f13d49 Mon Sep 17 00:00:00 2001 From: MeSHard <5373476+meshard@user.noreply.gitee.com> Date: Mon, 10 Nov 2025 16:19:53 +0800 Subject: [PATCH] innit --- config.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.js 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