src/views/scgl/gd.vue
@@ -2467,8 +2467,8 @@ } else { new QRCode(this.$refs['qrCodeDiv' + seq], { text: text, width: size === 'big' ? 90 : 60, height: size === 'big' ? 90 : 60, width: size === 'big' ? 90 : 45, height: size === 'big' ? 90 : 45, // colorDark: '#333333', // 二维码颜色 colorDark: '#000', // 二维码颜色 colorLight: '#ffffff', // 二维码背景色