diff --git a/src/utils/fetch.js b/src/utils/fetch.js index 476523a..710dc7a 100644 --- a/src/utils/fetch.js +++ b/src/utils/fetch.js @@ -1,5 +1,5 @@ import axios from 'axios' -import { Message } from 'element-ui' +import { Message, MessageBox } from 'element-ui' import store from '../store' import { getToken } from '@/utils/auth'