二维码扫码添加网址

This commit is contained in:
zzyuan 2025-01-03 11:30:35 +08:00
parent 19b7d58f45
commit 6bc8609d01
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ export default {
this.rowObj = row this.rowObj = row
this.uploadOpen = true this.uploadOpen = true
this.qrCode = row.qrCode this.qrCode = row.qrCode
let str = row.qrCode let str = "http://ahjj.jypxks.com:9988/imw/backstage/machine/qrCodePage?qrcode="+row.qrCode
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.codeItem.innerHTML = '' this.$refs.codeItem.innerHTML = ''
var qrcode = new QRCode(this.$refs.codeItem, { var qrcode = new QRCode(this.$refs.codeItem, {