智慧园区前端大屏
linwe
2024-11-22 5221bb4832912e7e494b76e4fdf64eb0c98fce50
src/utils/utils.js
@@ -9,7 +9,6 @@
 * Copyright (c) 2024 by shuishen, All Rights Reserved. 
 */
// 获取assets静态资源
export const getAssetsFile = (url) => {
  console.log(import.meta.url, 1222222)
  return new URL(`../assets/img/${url}`, import.meta.url).href
export const getAssetsFile = (url, base = '/img') => {
  return new URL(`../assets${base}/${url}`, import.meta.url).href
}