This commit is contained in:
chenjianan
2018-12-28 13:37:00 +08:00
parent 0d86d16d0e
commit e581a744e0
6 changed files with 21 additions and 13 deletions

View File

@@ -268,8 +268,6 @@ export default {
quality: 0.3
}
}
// const str = 'http://192.168.1.111:8022/searchContract.html?contractNum=' + contractNum
// const str = 'http://192.168.1.111:8080/#/ContractInquiry/index?id=' + contractNum
const str = contractNum
QRCode.toDataURL(str, opts, function(err, url) {
if (err) throw err