mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-10-16 21:09:01 +08:00
fix: 删除失效图片地址
This commit is contained in:
parent
d6764158f3
commit
3fbcfdf0e1
@ -62,11 +62,7 @@ defineOptions({ name: 'ImgUpload' })
|
|||||||
|
|
||||||
const { copy, copied } = useClipboard()
|
const { copy, copied } = useClipboard()
|
||||||
|
|
||||||
const imgList = reactive([
|
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' },
|
|
||||||
])
|
|
||||||
|
|
||||||
watch(copied, (val) => {
|
watch(copied, (val) => {
|
||||||
if (val)
|
if (val)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user