This commit is contained in:
yanran200730
2022-05-25 14:10:30 +08:00
parent efabc73bb8
commit cf813ed8ef
6 changed files with 25 additions and 2 deletions

View File

@@ -76,7 +76,7 @@
},
remove () {
this.$confirm('确定删除该数据').then(() => {
this.$confirm('确定删除该图片').then(() => {
this.$http.post(`/api/appalbumphoto/delete?ids=${this.id}`).then(res => {
if (res.code == 0) {
this.$u.toast('删除成功')