Browse Source

请求头

john 2 years ago
parent
commit
006a48199e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/api/request.js

+ 2 - 2
src/api/request.js

@@ -133,8 +133,8 @@ export const createAxiosByinterceptors = (config) => {
       config.headers = {
         ...config.headers,
         ...handleConfig().header,
-        ...getSign(config),
-        'XConversationId': uuidv4(),
+        // ...getSign(config),
+        'x-conversation-id': uuidv4(),
         'X-User': XUser(config),
       };
       return config;