From 12c4ffda1ed8477c4997d9630796365c72fa9f7c Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Thu, 15 Aug 2024 11:14:10 +0800 Subject: [PATCH] 识别上传材料 --- gz-customerSystem/src/assets/images/index.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gz-customerSystem/src/assets/images/index.js b/gz-customerSystem/src/assets/images/index.js index 52a5475..e0a9158 100644 --- a/gz-customerSystem/src/assets/images/index.js +++ b/gz-customerSystem/src/assets/images/index.js @@ -35,6 +35,8 @@ import question1 from "./question1.png"; import person from "./person.png"; import link from "./link.png"; +import check from "./check.png"; +import image from './image.png' export { ledger_1, @@ -65,4 +67,6 @@ question1, person, link, + check, + image }; -- Gitblit v1.8.0