浏览代码

fix: import MessageBox

Pan 7 年之前
父节点
当前提交
9788cdab23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/utils/fetch.js

+ 1 - 1
src/utils/fetch.js

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