Browse Source

fix: import MessageBox

Pan 7 years ago
parent
commit
9788cdab23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/fetch.js

+ 1 - 1
src/utils/fetch.js

@@ -1,5 +1,5 @@
1
 import axios from 'axios'
1
 import axios from 'axios'
2
-import { Message } from 'element-ui'
2
+import { Message, MessageBox } from 'element-ui'
3
 import store from '../store'
3
 import store from '../store'
4
 import { getToken } from '@/utils/auth'
4
 import { getToken } from '@/utils/auth'
5
 
5