Commit 6a1f6c01 authored by 张牧越's avatar 张牧越

bugfix

parent 721385ad
import axios from 'axios'
import { Message } from 'element-ui';
import _ from 'lodash';
const noLoadingrequest = axios.create({
withCredentials: false,
......@@ -19,7 +15,6 @@ noLoadingrequest.interceptors.request.use(
return config
},
error => {
closeLoading()
return Promise.reject(new Error(error).message)
}
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment