南骏 池
2025-05-06 0ab6cdbb96d1efc00cbca105917aa021ad2491ef
H5/Js/Config.js
@@ -131,6 +131,14 @@
                    console.error("关闭摄像头失败:", err);
                });
            }
        },
        testSuccessSound() {
            this.$playSound('success');
        },
        testErrorSound() {
            this.$playSound('error');
        }
    }
})
})