智慧园区前端大屏
linwe
2024-10-31 91049bfd147ab0af4a81da8ba6cc90dbfc04fc52
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2024-10-29 19:46:37
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2024-10-29 19:50:09
 * @FilePath: \bigScreen\src\utils\utils.js
 * @Description: 
 * 
 * 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
}