When the front end downloads the base64 format image, an error is reported: Not allowed to navigate top frame to data URL, the code is as follows:
<a href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAIUlEQVQ4jWMUXfH6PwOVABO1DBo1bNSwUcNGDRs1DAcAAJNsAs1wYr6uAAAAAElFTkSuQmCC">
<el-button type="primary" size="mini">下载</el-button>
</a>
Click the button to report an error, add download="special QR code" to the a tag, as follows:
<a :href="receive_qr_url" download="专用二维码">
<el-button type="primary" size="mini">下载</el-button>
</a>
problem solved.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。