更新完善页面

This commit is contained in:
董海洋
2026-06-03 14:15:55 +08:00
parent 4b7ae9c933
commit 1675662537
57 changed files with 7625 additions and 883 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
// 服务端域名配置 - 从环境变量读取,默认 IP
const BASE_URL = process.env.BASE_URL || 'http://110.42.255.239:3006'
// 服务端域名配置 - 从环境变量读取,默认正式域名
const BASE_URL = process.env.BASE_URL || 'https://donghy.top'
const DOMAIN_CONFIG = {
BASE_URL: BASE_URL,