feat :init

This commit is contained in:
2025-11-02 19:34:16 +08:00
commit b767041311
617 changed files with 124099 additions and 0 deletions

7
web/config/prod.env.js Normal file
View File

@@ -0,0 +1,7 @@
'use strict'
module.exports = {
NODE_ENV: '"production"',
BASE_API: '""', // 保持为空字符串,使用相对路径
BASE_URL: '"https://joeyzhou.chat"', // 您的生产环境前端URL
BACKEND_URL: '"https://joeyzhou.chat"' // 生产环境下为空使用相对路径由Nginx代理
}