Explorar el Código

发送日志bug修复

zhongxiaoyu hace 3 años
padre
commit
36bcfa8071
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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