feat: 集成二维码扫描功能,优化视频流处理,添加 vconsole 和 SSL 插件
This commit is contained in:
@@ -32,7 +32,7 @@ async function handleScan() {
|
||||
});
|
||||
|
||||
if (result) {
|
||||
console.log("扫描结果:", result);
|
||||
console.log("扫描结果:", result.text);
|
||||
// TODO: 根据扫描结果进行相应处理
|
||||
// 例如:跳转到对应页面、显示信息等
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user