瀏覽代碼

feat: (dashborad) 更换api

gemercheung 2 年之前
父節點
當前提交
e747dcd375
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/dashboard/analysis.ts

+ 1 - 1
src/api/dashboard/analysis.ts

@@ -75,7 +75,7 @@ export const bulletChatExportApi = (params: BasicStaticsParams) =>
 export const companyChatExportApi = (params: BasicStaticsParams) =>
   defHttp.post<Blob>(
     {
-      url: Api.bulletChatExport,
+      url: Api.companyChatExport,
       params,
       responseType: 'blob',
       headers: {