增加录音功能调整页面布局。
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
* apiEnv 可选:'local' | 'prod'
|
||||
*/
|
||||
export default {
|
||||
apiEnv: 'local'
|
||||
apiEnv: 'prod'
|
||||
}
|
||||
|
||||
|
||||
@@ -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}`)
|
||||
|
||||
// 构建请求头
|
||||
|
||||
Reference in New Issue
Block a user