修改没有记录时 显示图片路径

This commit is contained in:
xuli3099
2025-08-29 18:42:15 +08:00
parent e94ce94c42
commit 8e049c4a0c
10 changed files with 10 additions and 10 deletions

View File

@@ -244,7 +244,7 @@ const inputval = ref(''); // 搜索内容
noMoreSize: 5,
empty: {
tip: '~ 空空如也 ~',
icon: "../../static/images/mescroll-empty.png"
icon: "../../../../static/images/mescroll-empty.png"
},
textLoading: '加载中...',
textNoMore: '已经到底了'