From da5c3b352975916f2eecd7cc6e08a9bf725df408 Mon Sep 17 00:00:00 2001 From: SeanHsieh Date: Tue, 25 Jul 2023 17:02:32 +0800 Subject: [PATCH] move icon path to config --- components/venue/VenueDriveTab.vue | 22 +-------- .../venue/VenuePublicTransporterTab.vue | 26 +---------- components/venue/config/venueIconConfig.js | 45 +++++++++++++++++++ 3 files changed, 49 insertions(+), 44 deletions(-) create mode 100644 components/venue/config/venueIconConfig.js diff --git a/components/venue/VenueDriveTab.vue b/components/venue/VenueDriveTab.vue index 4eb9fb726e..4e75f6358f 100644 --- a/components/venue/VenueDriveTab.vue +++ b/components/venue/VenueDriveTab.vue @@ -112,6 +112,7 @@