Mr.Shi
2023-08-22 9af981b3efcb8c27eeafc6d6f0150c641d9b2857
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
}