diff --git a/project/fengdu/app/AppDynamic/components/List.vue b/project/fengdu/app/AppDynamic/components/List.vue index c63d2885..63dc3e9b 100644 --- a/project/fengdu/app/AppDynamic/components/List.vue +++ b/project/fengdu/app/AppDynamic/components/List.vue @@ -119,9 +119,9 @@ remove(id) { this.$confirm('确定删除该数据?').then(() => { - this.instance.post(`/app/appcontentinfo/delete?ids=${id}`).then(res => { + this.instance.post(`/app/appcontentinfo/deleteIntegralApply?ids=${id}`).then(res => { if (res.code == 0) { - this.$message.success('删除成功!') + this.$message.success('下架成功!') this.getList() } })