1
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import envConfig from './env'// API配置
|
||||
|
||||
// OSS 配置:仅域名,调用处拼接 /front/ball 及后续路径
|
||||
export const OSS_BASE = "https://bimwe-oss.oss-cn-shanghai.aliyuncs.com";
|
||||
// export const OSS_BASE = "https://bimwe-oss.oss-cn-shanghai.aliyuncs.com";
|
||||
|
||||
// 因乐驰OSS 配置:仅域名,调用处拼接 /front/ball 及后续路径
|
||||
// export const OSS_BASE = "https://youchang2026.oss-cn-shanghai.aliyuncs.com";
|
||||
export const OSS_BASE = envConfig.ossBaseURL;
|
||||
|
||||
export const API_CONFIG = {
|
||||
// 基础URL
|
||||
|
||||
Reference in New Issue
Block a user