修改安卓原生工程的权限,要不然在线打包后还是报错

This commit is contained in:
田岩
2025-12-08 16:06:34 +08:00
parent 912fa16383
commit a680b589e8
13 changed files with 42 additions and 13 deletions
@@ -206,6 +206,7 @@
source.connect(processor);
processor.connect(audioContext.destination);
} catch (err) {
this.$ownerInstance.callMethod('toShowToast');
}