This commit is contained in:
2026-03-02 03:19:51 +08:00
parent 6ecc82b675
commit 93d4a0d506
3 changed files with 61 additions and 4 deletions

View File

@@ -43,6 +43,11 @@ export const API_BASE = {
*/
export const OSS_ORIGINAL = 'https://muye-ai-chat.oss-cn-hangzhou.aliyuncs.com'
/**
* OSS 自定义域名(生产环境使用)
*/
export const OSS_DOMAIN = 'https://oss.muyetools.cn'
/**
* 判断是否为开发环境
*/