1
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
3 | */ | 3 | */ |
4 | import axios from 'axios' | 4 | import axios from 'axios' |
5 | import { Message } from 'element-ui' | 5 | import { Message } from 'element-ui' |
6 | import { endLoadingSubCount } from './utils/requestLoading' | 6 | import { endLoadingSubCount } from './requestLoading' |
7 | 7 | ||
8 | // create an axios instance | 8 | // create an axios instance |
9 | const service = axios.create({ | 9 | const service = axios.create({ | ... | ... |
-
Please register or sign in to post a comment