Files
frontend-app/utils/config.js
T

10 lines
521 B
JavaScript
Raw Normal View History

2025-03-20 08:46:07 +08:00
// export const BASE_URL="https://api.finecc.net"; // 正式环境
export const BASE_URL="http://192.168.0.108:8087"; // 超哥本地
export const PRIVACY_EN="https://www.finecc.net/?Privacy-Agreement/";//隐私协议地址(英文版)
export const PRIVACY_CN="https://www.finecc.net/?Privacy/";//隐私协议地址(中文版)
export const USER_EN="https://www.finecc.net/?FAQ/3421.html";//用户协议(英文版)
export const USER_CN="https://www.finecc.net/?wenti/3422.html";//用户协议(中文版)