|
@@ -1,14 +1,14 @@
|
|
|
/*
|
|
|
* @Author: your name
|
|
|
* @Date: 2022-01-06 09:45:17
|
|
|
- * @LastEditTime: 2022-04-19 10:42:27
|
|
|
+ * @LastEditTime: 2022-04-19 14:35:29
|
|
|
* @LastEditors: your name
|
|
|
* @Description: axios封装
|
|
|
*/
|
|
|
import axios from 'axios'
|
|
|
import { MessageBox, Message } from 'element-ui'
|
|
|
import store from '@/store'
|
|
|
-import { getToken, getUserId, getCodeToken, getLogId } from '@/utils/auth'
|
|
|
+import { getToken, getUserId, getCodeToken, getLogId, getUserName } from '@/utils/auth'
|
|
|
import { parseTime } from '@/utils'
|
|
|
import { Loading } from 'element-ui'
|
|
|
// create an axios instance
|