yuansh 6 月之前
父節點
當前提交
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;