Browse Source

发送日志bug修复

zhongxiaoyu 3 years ago
parent
commit
36bcfa8071
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/utils/request.js

+ 2 - 2
src/utils/request.js

@@ -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