This commit is contained in:
MeSHard
2025-11-10 16:19:53 +08:00
parent 027c309274
commit ea84788ed5

14
config.js Normal file
View File

@@ -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;