瀏覽代碼

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;