diff --git a/src/views/ card/customers/CardApplicationCustomers.api.ts b/src/views/ card/customers/CardApplicationCustomers.api.ts index d2a331d..3b1610f 100644 --- a/src/views/ card/customers/CardApplicationCustomers.api.ts +++ b/src/views/ card/customers/CardApplicationCustomers.api.ts @@ -4,13 +4,13 @@ const { createConfirm } = useMessage(); enum Api { - list = '/org/jeecg/modules/system/cardApplicationCustomers/list', - save='/org/jeecg/modules/system/cardApplicationCustomers/add', - edit='/org/jeecg/modules/system/cardApplicationCustomers/edit', - deleteOne = '/org/jeecg/modules/system/cardApplicationCustomers/delete', - deleteBatch = '/org/jeecg/modules/system/cardApplicationCustomers/deleteBatch', - importExcel = '/org/jeecg/modules/system/cardApplicationCustomers/importExcel', - exportXls = '/org/jeecg/modules/system/cardApplicationCustomers/exportXls', + list = '/jeecg-boot/cardApplicationCustomers/list', + save='/jeecg-boot/cardApplicationCustomers/add', + edit='/jeecg-boot/cardApplicationCustomers/edit', + deleteOne = '/jeecg-boot/cardApplicationCustomers/delete', + deleteBatch = '/jeecg-boot/cardApplicationCustomers/deleteBatch', + importExcel = '/jeecg-boot/cardApplicationCustomers/importExcel', + exportXls = '/jeecg-boot/cardApplicationCustomers/exportXls', } /** * 导出api