From 27fb65ba5c31fbbad4c17166a72901d8db80ae03 Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Wed, 04 Sep 2024 19:18:56 +0800
Subject: [PATCH] 联调办理反馈接口
---
gz-customerSystem/src/assets/images/index.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/gz-customerSystem/src/assets/images/index.js b/gz-customerSystem/src/assets/images/index.js
index daa12d4..ea64e75 100644
--- a/gz-customerSystem/src/assets/images/index.js
+++ b/gz-customerSystem/src/assets/images/index.js
@@ -53,7 +53,8 @@
import feedback from "./feedback.png";
import fold from "./fold.png";
import down from "./down.png";
-import tip from "./tip.png"
+import tip from "./tip.png";
+import apply from "./apply.png";
export {
ledger_1,
@@ -102,5 +103,6 @@
feedback,
fold,
down,
- tip
+ tip,
+ apply
};
\ No newline at end of file
--
Gitblit v1.8.0