This commit is contained in:
yanran200730
2022-05-25 16:29:24 +08:00
parent c147f153b9
commit a7fcd7921a

View File

@@ -155,6 +155,7 @@
this.$http.post('/admin/file/add2?type=image', formData).then(res => {
if (res.code === 0) {
this.linkTo(`./Watermark?url=${res.data.url}&albumId=${this.id}`)
}
})
}