From 566a31f336962f57d4d7ea5bc6a8175f2131957a Mon Sep 17 00:00:00 2001 From: wanglei Date: Tue, 28 May 2024 17:19:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E9=87=87=E9=9B=86=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/collection/index.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dangan-ui/src/views/dangan/collection/index.vue b/dangan-ui/src/views/dangan/collection/index.vue index 12ec0f0..6d35c48 100644 --- a/dangan-ui/src/views/dangan/collection/index.vue +++ b/dangan-ui/src/views/dangan/collection/index.vue @@ -237,19 +237,13 @@ export default { licence:'D+1WT4eWDqLseG5433yq9w==' }); - - _this.WebScan.initSef('',function (result){ if(result.code!=200){ this.$alert(`初始化失败,返回错误:${result.msg}`, `提示`, { type: 'error' }); }else { - - _this.WebScan.clearLicence (function(result){ - console.log(result); - }) - // _this.WebScanGetDevices() + _this.WebScanGetDevices() } })