Authored by zhangwenxue

typo: fix erp api url

... ... @@ -69,7 +69,7 @@ const domainApis = {
// 发票管理
queryPageInvoice: '/erp-gateway-web/franchiseInvoice/queryPageInvoice', // 订单发票列表接口
updateInvoice: '/erp-gateway-web/s/franchiseInvoice/updateInvoice', // 发票信息更改接口
updateInvoice: '/erp-gateway-web/franchiseInvoice/updateInvoice', // 发票信息更改接口
exportInvoiceList: '/erp-gateway-web/export/exportFranchiseInvoiceList', // 导出发票列表
queryByPidForFavorite: '/erp-gateway-web/account/profile/queryByPidForFavorite',
... ...