From 6e16f1492492b089a02de9c23692f4143f72a9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=B6=E4=B8=9C?= <1654135867@qq.com> Date: Mon, 15 Jul 2024 09:24:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E6=A0=A1=E7=AE=A1=E7=90=86=E5=91=98?= =?UTF-8?q?=E6=AF=94=E8=B5=9B=E7=B1=BB=E5=9E=8B=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3-master/src/views/comp/Comp.api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }