vue使用axios1.在mina.js中写下面代码
import Axios from "axios";
Vue.prototype.HOST = "http://localhost:4000";
2020-03-01