赞
踩
解决方法:创建一个工具文件getImge.ts
- // 获取assets静态图片
- export const getAssetsImge = (url: string) => {
- return new URL(`../assets/home/${url}`, import.meta.url).href
- }
使用工具文件:
import { getAssetsImge } from '@/utils'
html中
- <el-avatar class="w-6 h-6" :src="getAssetsFile('user.png')" />
-
- <img class="w-6 h-6" :src="getAssetsFile('user.png')" alt="" />
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。