Vue控制台报错Uncaught (in promise) TypeError: Cannot read property 'getAuthorization' of undefined at eval代码如下
先导入auth,再导入axios
导入位置错了, axios 和 auth 换下位置
axios
auth
这种封装方式 看着好乱