修改api

This commit is contained in:
董海洋
2026-06-04 08:52:25 +08:00
parent 5300551e21
commit 0cab138d0b
3 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
// 服务端域名配置 - 从环境变量读取,默认正式域名
const BASE_URL = process.env.BASE_URL || 'https://donghy.top'
// 服务端域名配置 - 从环境变量读取,默认临时域名(备案期间)
const BASE_URL = process.env.BASE_URL || 'http://110.42.255.239:3006'
const DOMAIN_CONFIG = {
BASE_URL: BASE_URL,