From 0c23653a1d47eb5f2f0e0f57f87eca6161fd3a43 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期一, 21 八月 2023 11:13:06 +0800
Subject: [PATCH] dap

---
 screen_standard/src/utils/index.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/screen_standard/src/utils/index.js b/screen_standard/src/utils/index.js
new file mode 100644
index 0000000..3dd9429
--- /dev/null
+++ b/screen_standard/src/utils/index.js
@@ -0,0 +1,4 @@
+export function getAssets(url) {
+  // console.log(url, new URL(`../assets/img/${url}`, import.meta.url).href);
+  return new URL(`../assets/img/${url}`, import.meta.url).href
+}
\ No newline at end of file

--
Gitblit v1.9.3