This commit is contained in:
aaron 2025-03-09 10:09:01 +08:00
parent f54cca85de
commit c7f183ae45

View File

@ -9,7 +9,7 @@ const API_BASE_URL = {
}; };
// 当前环境的 API 基础地址 // 当前环境的 API 基础地址
const BASE_URL = API_BASE_URL[ENV === 'production' ? 'production' : ENV === 'testing' ? 'testing' : 'development']; const BASE_URL = API_BASE_URL[ENV];
export default { export default {
BASE_URL, BASE_URL,