jiaosong
2023-08-21 0c4507ad5ebdbf8ac1c2bbcdcf38203908e61378
1
2
3
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
}