摘要: Axios Axios 是一个基于 promise 的 HTTP 库,可以用在浏览器和 node.js 中, promise: https://www.liaoxuefeng.com/wiki/1022910821149312/1023024413276544 前端发送请求的有三种,ajax,axi 阅读全文
posted @ 2020-03-22 15:54 狗亮 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 使用webpack中devServer.proxy 代理请求: proxy: { "/api": { target: "https://other-server.example.com", secure: false pathRewrite:{ '^/api':'' } } } target:目标接 阅读全文
posted @ 2020-03-22 03:55 狗亮 阅读(180) 评论(0) 推荐(0) 编辑
摘要: Echart 还是先下载安装 npm install echarts --save echarts官网 https://www.echartsjs.com/zh/tutorial.html#5%20%E5%88%86%E9%92%9F%E4%B8%8A%E6%89%8B%20ECharts vue也 阅读全文
posted @ 2020-03-22 03:53 狗亮 阅读(204) 评论(0) 推荐(0) 编辑