From 2cef955017c735c2828e69f878d3d6b44200074f Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 22 八月 2023 16:54:57 +0800
Subject: [PATCH] 111
---
screen_standard/src/utils/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/screen_standard/src/utils/index.js b/screen_standard/src/utils/index.js
index 746105d..3dd9429 100644
--- a/screen_standard/src/utils/index.js
+++ b/screen_standard/src/utils/index.js
@@ -1,4 +1,4 @@
export function getAssets(url) {
- console.log(url, new URL(`../assets/img/${url}`, import.meta.url).href);
+ // 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