xcx пре 4 година
родитељ
комит
7274595656
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      src/util/PublicMethod.js

+ 1
- 0
src/util/PublicMethod.js Прегледај датотеку

@@ -105,6 +105,7 @@ const ToolClass = {
105 105
     Axios({ ...aParams }).then(res => {
106 106
       // console.log('response---->', res)
107 107
       const token = res.headers['X-Authorization-JWT'] || res.headers['x-authorization-jwt'] || res.headers['X-AUTHORIZATION-JWT']
108
+      console.log(`Header is ${res.headers}`)
108 109
       console.log(`Jwt is ${token}`)
109 110
       if (token) { // 更新本地存储token
110 111
         window.localStorage.Jwt = token