소스 검색

Merge pull request #199 from John-Hong/John/release-2.13.0/SCRM-4258

微服务停车接口移除 header 头中的Authorization
Tron 2 년 전
부모
커밋
70ed7d6ec7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/api/request.js

+ 1 - 1
src/api/request.js

@@ -149,7 +149,7 @@ export const createAxiosByinterceptors = (config) => {
         ...handleConfig().header,
         // ...getSign(config),
         // 'x-conversation-id': uuidv4(),
-        'X-User': XUser(config),
+        'Parking-User': XUser(config),
         'withCredentials': 'false'
       };
       return config;