摘要: 1、搭建好vue框架,引入axios 2、until文件下创建request.js baseURL 配置有时候会产生跨域问题,直接在根目录下的vue.config.js中配置代理可以解决 import axios from 'axios' // 创建axios const service = axi 阅读全文
posted @ 2020-10-29 14:56 xujing123 阅读(4803) 评论(0) 推荐(0) 编辑
摘要: const option = { title:{ text:'▎商家销售统计', textStyle:{ fontSize:30 }, left:20, top:20 }, // 配置图标的位置 不包含坐标轴中的文字 grid:{ top:'20%', left:'3%', bottom:'3%', 阅读全文
posted @ 2020-10-29 14:46 xujing123 阅读(6463) 评论(0) 推荐(0) 编辑