From 3872b60b0c1c631f76d5cc4ab34fd1bc590cda44 Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Wed, 14 Aug 2024 09:48:31 +0800 Subject: [PATCH] 大厅来访预览 --- gz-customerSystem/src/assets/images/index.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/gz-customerSystem/src/assets/images/index.js b/gz-customerSystem/src/assets/images/index.js index b48a107..152c30e 100644 --- a/gz-customerSystem/src/assets/images/index.js +++ b/gz-customerSystem/src/assets/images/index.js @@ -33,6 +33,7 @@ import del from './del.png'; import question from './question.png'; import question1 from './question1.png'; +import person from './person.png'; export { ledger_1, @@ -60,5 +61,6 @@ add, del, question, - question1 + question1, + person }; -- Gitblit v1.8.0