摘要: 一. 用 blob 方式 下载.xlsx文件 文件 -> base64(dataUrl) -> blob -> blobUrl -> <a> const blob = new Blob([result.data], { type: 'application/vnd.openxmlformats-of 阅读全文
posted @ 2021-05-19 17:57 。啊月 阅读(682) 评论(0) 推荐(1) 编辑
摘要: 分享海报在浏览器中显示,安卓可以正常显示。苹果手机海报上面有一段空白,感觉图片好像有一个margin-top:50px。 改之后代码 1.template中内容 <img class="avatar_pic" :src="dataImg" @load="imgLoad" @click="sevens 阅读全文
posted @ 2021-05-19 14:33 。啊月 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 1.下载安装echars图表 npm install echarts --save 2.局部引入 import * as echarts from 'echarts' 3.使用echars <div id="userCount" style="height:450px" /> data(){ ret 阅读全文
posted @ 2021-05-19 10:07 。啊月 阅读(87) 评论(0) 推荐(0) 编辑