diff --git a/jeecgboot-vue3-master/src/views/comp/Comp.api.ts b/jeecgboot-vue3-master/src/views/comp/Comp.api.ts index 73c41d6f..0bbb3d95 100644 --- a/jeecgboot-vue3-master/src/views/comp/Comp.api.ts +++ b/jeecgboot-vue3-master/src/views/comp/Comp.api.ts @@ -12,7 +12,7 @@ enum Api { deleteBatch = '/comp/comp/deleteBatch', importExcel = '/comp/comp/importExcel', exportXls = '/comp/comp/exportXls', - getCompType = 'CompType/compType/getlist', + getCompType = '/CompType/compType/getlist', listZJ = '/comp/comp/listZJ', }