摘要: 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 虎口月兑险 阅读(5514) 评论(0) 推荐(0)
摘要: 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 虎口月兑险 阅读(242) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 <m 阅读全文
posted @ 2018-10-14 18:37 虎口月兑险 阅读(366) 评论(0) 推荐(0)