From d035172a7c945b6356ac2c4c711bcfd03cd808de Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Sat, 31 Aug 2024 16:34:14 +0800
Subject: [PATCH] 新增上传材料大类
---
gz-customerSystem/src/assets/images/icon/index.js | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/gz-customerSystem/src/assets/images/icon/index.js b/gz-customerSystem/src/assets/images/icon/index.js
index 529bec5..8e9d79e 100644
--- a/gz-customerSystem/src/assets/images/icon/index.js
+++ b/gz-customerSystem/src/assets/images/icon/index.js
@@ -2,8 +2,8 @@
* @Company: hugeInfo
* @Author: ldh
* @Date: 2022-03-21 11:34:36
- * @LastEditTime: 2023-06-27 14:31:36
- * @LastEditors: lihl
+ * @LastEditTime: 2024-08-22 19:32:26
+ * @LastEditors: dminyi 1301963064@qq.com
* @Version: 1.0.0
* @Description: icon
*/
@@ -137,8 +137,12 @@
import registerChooseModal_3 from './registerChooseModal_3.svg';
import registerChooseModal_4 from './registerChooseModal_4.svg';
+
// 调解邀请码
import qrCodeImg from './qrCode.svg';
+
+//大厅来访
+import scan from './scan.svg'
export {
mediationCenter,
@@ -263,4 +267,5 @@
registerChooseModal_3,
registerChooseModal_4,
qrCodeImg,
+ scan
};
--
Gitblit v1.8.0