This commit is contained in:
parent
069615d05d
commit
27fb1ee4ea
@ -70,7 +70,7 @@ let isOpenDialog = false; // 认证弹窗是否打开
|
|||||||
|
|
||||||
const CancelToken = axios.CancelToken;
|
const CancelToken = axios.CancelToken;
|
||||||
const source = CancelToken.source();
|
const source = CancelToken.source();
|
||||||
export default boot(({ app, router }) => {
|
export default boot(({ app }) => {
|
||||||
// for use inside Vue files (Options API) through this.$axios and this.$api
|
// for use inside Vue files (Options API) through this.$axios and this.$api
|
||||||
|
|
||||||
// 拦截请求,添加
|
// 拦截请求,添加
|
||||||
|
Loading…
Reference in New Issue
Block a user