可以这样写。import Vue from 'vue';import axios from 'axios';Vue.prototype.$http = axios;然后用的是时候就是 this.$http.get() ...