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() } })