智慧园区前端大屏
linwe
2024-11-06 f5ffad6ce6b30df33fc546b9498491bedc6808b3
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
}