录音时长统调整后端接口

This commit is contained in:
zhonghua.li
2026-02-07 21:24:24 +08:00
parent 3944fa6969
commit b1c4f57c58
10 changed files with 436 additions and 52 deletions

View File

@@ -6,7 +6,7 @@
import envConfig from '@/common/env.js'
const API_TARGETS = {
local: 'http://localhost:8090/',
local: 'http://localhost:8091/',
prod: 'https://api.huayang-star.com/'
}

View File

@@ -3,6 +3,6 @@
* apiEnv 可选:'local' | 'prod'
*/
export default {
apiEnv: 'prod'
apiEnv: 'local'
}