From b5aeb5f89a5af2af1ea8cc4a83a72b287916e710 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Sun, 15 Sep 2024 16:27:42 +0800
Subject: [PATCH] fix: 首页页码问题、申请结案问题
---
gz-customerSystem/src/assets/images/icon/index.js | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/gz-customerSystem/src/assets/images/icon/index.js b/gz-customerSystem/src/assets/images/icon/index.js
index 53dc372..fbecfca 100644
--- a/gz-customerSystem/src/assets/images/icon/index.js
+++ b/gz-customerSystem/src/assets/images/icon/index.js
@@ -2,7 +2,7 @@
* @Company: hugeInfo
* @Author: ldh
* @Date: 2022-03-21 11:34:36
- * @LastEditTime: 2024-08-22 19:32:26
+ * @LastEditTime: 2024-09-05 14:36:16
* @LastEditors: dminyi 1301963064@qq.com
* @Version: 1.0.0
* @Description: icon
@@ -144,7 +144,10 @@
//大厅来访
import scan from './scan.svg'
import result from './result.svg'
+import person from './person.svg'
+import knock from './knock.svg'
import escalation from './escalation.svg'
+import person1 from './person1.svg'
export {
mediationCenter,
@@ -271,5 +274,8 @@
qrCodeImg,
scan,
result,
- escalation
+ person,
+ knock,
+ escalation,
+ person1
};
--
Gitblit v1.8.0