修改oss 路径

This commit is contained in:
张成
2026-02-07 18:07:33 +08:00
parent b08f3325e6
commit f131c9896d
18 changed files with 195 additions and 111 deletions

View File

@@ -1,7 +1,10 @@
import envConfig from './env'// API配置
// OSS 基础路径配置
export const OSS_BASE_URL = 'https://youchang2026.oss-cn-shanghai.aliyuncs.com/front/ball'
// OSS 配置:仅域名,调用处拼接 /front/ball 及后续路径
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 API_CONFIG = {
// 基础URL