增加录音功能调整页面布局。

This commit is contained in:
zhonghua.li
2026-04-16 09:20:13 +08:00
parent 826d9082ad
commit 8f556e2168
11 changed files with 222 additions and 48 deletions

View File

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

View File

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

View File

@@ -125,7 +125,7 @@ export function request(options = {}) {
})
// 每次请求打印完整 URL格式示例
// H5环境(local)直接使用完整URL: http://localhost:8090/api/audioManagement/list
// H5环境(local)直接使用完整URL: http://localhost:8091/api/audioManagement/list
console.log(`[Request] 完整请求URL: ${fullUrl}`)
// 构建请求头