a标签可以下载图片

<a :href="getQrCodeUrl" :download="imei" target="_blank">

          <el-image

            style="width: 150px; height: 150px;"

            :src="getQrCodeUrl"

            fit="contain"

          />

        </a>

猜你喜欢

转载自blog.csdn.net/weixin_39418338/article/details/107089821