From 421682641d0bdf37c722c0abf894b1bdb71f54a2 Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Thu, 15 Aug 2024 18:12:15 +0800 Subject: [PATCH] feat:添加申请方弹窗静态 --- 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