档案采集授权码修改

master
wanglei 2 years ago
parent 22475ee572
commit 4d660d5d8e

@ -234,16 +234,22 @@ export default {
_this.WebScan = new WebScan({ _this.WebScan = new WebScan({
url:'http://localhost:18989/WebScan', url:'http://localhost:18989/WebScan',
wsUrl:'http://localhost:28989/', wsUrl:'http://localhost:28989/',
licence:'ND8NSUzCysU1gCr78aj57g==' 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()
} }
}) })

Loading…
Cancel
Save