|
@@ -288,7 +288,7 @@ export default {
|
|
}
|
|
}
|
|
const url = 'http://www.sxzxyj.net/web/static/qrcode/download-app.html?' + 'id=' + item.srcDeviceCode + '&type=dustbin'
|
|
const url = 'http://www.sxzxyj.net/web/static/qrcode/download-app.html?' + 'id=' + item.srcDeviceCode + '&type=dustbin'
|
|
console.log(url, '------二维码地址')
|
|
console.log(url, '------二维码地址')
|
|
- _this.shName = (item.stationNo ? item.stationNo : '') + item.srcDeviceCode.substring(item.srcDeviceCode.length - 6)
|
|
|
|
|
|
+ _this.shName = (item.stationName ? item.stationName : '') + item.srcDeviceCode.substring(item.srcDeviceCode.length - 6)
|
|
if (url) {
|
|
if (url) {
|
|
QRCode.toDataURL(url, opts, function (err, url) {
|
|
QRCode.toDataURL(url, opts, function (err, url) {
|
|
_this.qrCode = url
|
|
_this.qrCode = url
|