yuansh 6 месяцев назад
Родитель
Сommit
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;