From 95d5dd947d88e756ffae520e9b1311f65be89469 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Tue, 10 Oct 2023 11:23:06 +0800
Subject: [PATCH] 添加功能:切换图层的时icon随之变动

---
 src/utils/common.ts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/utils/common.ts b/src/utils/common.ts
index 26fd977..891e618 100644
--- a/src/utils/common.ts
+++ b/src/utils/common.ts
@@ -10,3 +10,7 @@
   lable.click()
   URL.revokeObjectURL(lable.href)
 }
+
+export const requireImg = (imgPath: string) => {
+  return new URL(`../assets/${imgPath}`, import.meta.url).href
+}

--
Gitblit v1.9.3