1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-10-15 20:39:01 +08:00

fix: 删除失效图片地址

This commit is contained in:
zclzone 2025-10-10 17:12:28 +08:00
parent d6764158f3
commit 3fbcfdf0e1

View File

@ -62,11 +62,7 @@ defineOptions({ name: 'ImgUpload' })
const { copy, copied } = useClipboard()
const imgList = reactive([
{ url: 'https://img.isme.top/isme/67208863145ef.jpg' },
{ url: 'https://img.isme.top/isme/67208ab2a9de0.jpg' },
{ url: 'https://img.isme.top/isme/67208ab4c6596.jpg' },
])
const imgList = reactive([])
watch(copied, (val) => {
if (val)