报错调整
local-test-CICD / Docker-Build (push) Successful in 2m25s
Details
local-test-CICD / Docker-Build (push) Successful in 2m25s
Details
This commit is contained in:
parent
069615d05d
commit
27fb1ee4ea
|
@ -70,7 +70,7 @@ let isOpenDialog = false; // 认证弹窗是否打开
|
|||
|
||||
const CancelToken = axios.CancelToken;
|
||||
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
|
||||
|
||||
// 拦截请求,添加
|
||||
|
|
Loading…
Reference in New Issue