增加录音功能调整页面布局。
This commit is contained in:
@@ -380,7 +380,7 @@ export default {
|
||||
}
|
||||
|
||||
// 上传到服务器(需要根据实际API调整)
|
||||
const url = getApiUrl('/api/audioManagement/uploadBluetoothAudio')
|
||||
const url = getApiUrl('/api/audioManagement/upload')
|
||||
const res = await post(url, formData, {
|
||||
header: {
|
||||
'Content-Type': 'multipart/form-data'
|
||||
|
||||
Reference in New Issue
Block a user