From e978022eaa03c076b18c851a7c0852402e80fd1c Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Fri, 06 Sep 2024 16:38:42 +0800 Subject: [PATCH] feat: 识别文字 --- gz-customerSystem/src/assets/images/icon/index.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/gz-customerSystem/src/assets/images/icon/index.js b/gz-customerSystem/src/assets/images/icon/index.js index 53dc372..0580098 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,6 +144,8 @@ //大厅来访 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' export { @@ -271,5 +273,7 @@ qrCodeImg, scan, result, + person, + knock, escalation }; -- Gitblit v1.8.0