- 博客(3)
- 收藏
- 关注
原创 Vue使用Echarts 绘制地图 散点
//引入 import echarts from "echarts" //html <div class="echarts"> <div :style="{height:'800px',width:'100%'}" ref="myEchart"></div> </div> //js beforeDestroy() { if (!this.chart) { return; } this.chart.dispose
2020-06-24 10:57:13 3245 3
原创 记录Vue+DataV + Element UI 项目问题
记录vue+datav + element ui 项目问题 1. nginx跨域问题 首先是配置,在nginx.conf文件里配置文件路径 location / { root html/vue-sreen/dist; index index.html; add_header 'Access-Control-Allow-Origin' '*'; add_header 'Access-Control-Allow-C
2020-06-24 09:15:15 3696 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人