访问路由地址时候报错
isURLSameOrigin.js?3934:57 Uncaught (in promise) TypeError: Cannot read property 'protocol' of undefined
百度结果是 axios的使用方式不对
新增了 import axios from 'axios';
Vue.prototype.$http = axios; 依旧还是解决不掉!?
Vue.use(vueAxios,axios) 使用的时候 应该vueAxios 要先写在前面