|
|
|
@ -237,19 +237,13 @@ export default {
|
|
|
|
licence:'D+1WT4eWDqLseG5433yq9w=='
|
|
|
|
licence:'D+1WT4eWDqLseG5433yq9w=='
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_this.WebScan.initSef('',function (result){
|
|
|
|
_this.WebScan.initSef('',function (result){
|
|
|
|
if(result.code!=200){
|
|
|
|
if(result.code!=200){
|
|
|
|
this.$alert(`初始化失败,返回错误:${result.msg}`, `提示`, {
|
|
|
|
this.$alert(`初始化失败,返回错误:${result.msg}`, `提示`, {
|
|
|
|
type: 'error'
|
|
|
|
type: 'error'
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}else {
|
|
|
|
}else {
|
|
|
|
|
|
|
|
_this.WebScanGetDevices()
|
|
|
|
_this.WebScan.clearLicence (function(result){
|
|
|
|
|
|
|
|
console.log(result);
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
// _this.WebScanGetDevices()
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|