import Vue from 'vue' import axios from 'axios' // 跨域请求 axios.defaults.baseURL = 'http://localhost:8919/nfdw_stand/'; Vue.prototype.$axios = axios;