yuansh 6 months ago
parent
commit
a23779ceda
1 changed files with 1 additions and 1 deletions
  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;