yuansh 7 달 전
부모
커밋
a23779ceda
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/baseCode/ExchangeRate/BaseExchangeRate.api.ts

+ 1 - 1
src/views/baseCode/ExchangeRate/BaseExchangeRate.api.ts

@@ -13,7 +13,7 @@ enum Api {
   exportXls = '/baseCode/baseExchangeRate/exportXls',
 }
 /**
- * 导出api
+ * 导出 api
  * @param params
  */
 export const getExportUrl = Api.exportXls;