flat: 对接一体机语音播放
This commit is contained in:
@@ -4,10 +4,9 @@ import {
|
||||
} from 'vue'
|
||||
import {
|
||||
$api
|
||||
} from '../common/globalFunction'; // 你的请求封装
|
||||
} from '../common/globalFunction';
|
||||
import config from '@/config'
|
||||
|
||||
// 开源
|
||||
export function useAudioRecorder() {
|
||||
// --- 状态定义 ---
|
||||
const isRecording = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user