fix: API_BASE 从本地IP切回域名
SSL 已续期(至2026-10-07),移出之前SSL过期时的临时直连方案 API_BASE: http://127.0.0.1:3001 → https://wdkj.yuzhiran.com.cn
This commit is contained in:
@@ -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'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 通用请求封装
|
* 通用请求封装
|
||||||
|
|||||||
Reference in New Issue
Block a user