修改 oss 路径

This commit is contained in:
张成
2025-12-04 11:25:22 +08:00
parent 2080befe0b
commit c7f431991f
10 changed files with 31 additions and 25 deletions

View File

@@ -1,5 +1,8 @@
import envConfig from './env'// API配置
// OSS 基础路径配置
export const OSS_BASE_URL = 'https://bimwe.oss-cn-shanghai.aliyuncs.com/front/ball'
export const API_CONFIG = {
// 基础URL
BASE_URL: envConfig.apiBaseURL,