fix: API_BASE 从本地IP切回域名

SSL 已续期(至2026-10-07),移出之前SSL过期时的临时直连方案
API_BASE: http://127.0.0.1:3001https://wdkj.yuzhiran.com.cn
This commit is contained in:
Yuzhiran Dev
2026-07-11 01:02:44 +08:00
parent 25b81e9a11
commit b3d68841db
+2 -2
View File
@@ -6,8 +6,8 @@
const BASE_URL = 'https://wdkj.yuzhiran.com.cn' const BASE_URL = 'https://wdkj.yuzhiran.com.cn'
const DEV_URL = 'http://127.0.0.1:3001' const DEV_URL = 'http://127.0.0.1:3001'
// H5 本地直连后端(SSL 证书过期临时方案 // 生产环境使用域名(SSL 已续期
const API_BASE = 'http://127.0.0.1:3001' const API_BASE = 'https://wdkj.yuzhiran.com.cn'
/** /**
* 通用请求封装 * 通用请求封装