随笔分类 -  Vue

摘要:1 import axios from 'axios'; 2 import qs from 'qs'; 3 4 const host = 'url' 5 axios.defaults.baseURL = host; 6 7 // 发送之前做点什么 8 axios.interceptors.reque 阅读全文
posted @ 2019-04-25 12:33 虎口月兑险 阅读(247) 评论(0) 推荐(0)
摘要:1 // cli_api配置地址 https://cli.vuejs.org/zh/config/ 2 module.exports = { 3 baseUrl: './', // 部署应用包时的基本 URL 4 outputDir: 'dist', // build 时生成的生产环境构建文件的目录 阅读全文
posted @ 2019-04-25 12:33 虎口月兑险 阅读(5540) 评论(0) 推荐(0)