From 382be3d32f3010ae2665fa2c64da428832302858 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 30 Dec 2024 18:04:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(AppInsuranceApply):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BF=9D=E9=99=A9=E7=94=B3=E8=AF=B7=E6=9D=90=E6=96=99=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了未使用的组件导入 - 新增了 formImages 数组,定义了需要上传的图片类型和验证规则 - 在证件信息卡片中添加了图片上传功能 - 使用 ai-uploader 组件实现图片上传- 添加了图片预览功能 --- project/xumu/AppEarTag/etAdd.vue | 2 -- project/xumu/AppInsuranceApply/add.vue | 18 ++++++++++++++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/project/xumu/AppEarTag/etAdd.vue b/project/xumu/AppEarTag/etAdd.vue index f2aea45d..d7c3c4af 100644 --- a/project/xumu/AppEarTag/etAdd.vue +++ b/project/xumu/AppEarTag/etAdd.vue @@ -1,6 +1,5 @@