牵引车第二导航仪新udp增加

This commit is contained in:
lixiao 2025-05-09 15:10:21 +08:00
parent f299e6fe17
commit 4b5b5e7c29

View File

@ -516,12 +516,6 @@ struct Index {
this.context.resourceManager.getRawFileContent("welcome.wav")
.then(value => {
this.avPlayer.playAudio(['welcome.wav'])
// this.vocObj.playAudio({
// type: 1,
// name: 'welcome.wav'
// })
// let rawFile = value;
})
.catch(error => {
console.log("getRawFileContent promise error is " + error);