From 0485e2c28f0d62ec1026d385f992145b639a95ab Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Sat, 07 Sep 2024 21:59:19 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master --- gz-customerSystem/src/assets/images/index.js | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/gz-customerSystem/src/assets/images/index.js b/gz-customerSystem/src/assets/images/index.js index ea64e75..9a8f3c0 100644 --- a/gz-customerSystem/src/assets/images/index.js +++ b/gz-customerSystem/src/assets/images/index.js @@ -2,7 +2,7 @@ * @Company: hugeInfo * @Author: lwh * @Date: 2023-04-24 16:12:00 - * @LastEditTime: 2024-08-30 10:47:30 + * @LastEditTime: 2024-09-07 14:08:18 * @LastEditors: dminyi 1301963064@qq.com * @Version: 1.0.0 * @Description: @@ -55,6 +55,15 @@ import down from "./down.png"; import tip from "./tip.png"; import apply from "./apply.png"; +import examine from "./examine.png"; +import knock from "./knock.png"; +import edit from "./edit.png"; +import applyRecord from "./applyRecord.png"; +import downO from "./downO.png"; +import up from "./up.png"; +import Audit from "./Audit.png"; +import aiPerson from "./aiPerson.png"; +import caselogo from "./caselogo.png"; export { ledger_1, @@ -104,5 +113,14 @@ fold, down, tip, - apply + apply, + examine, + knock, + edit, + applyRecord, + downO, + up, + Audit, + aiPerson, + caselogo }; \ No newline at end of file -- Gitblit v1.8.0