From 18c0827f5acaf3463bc4966ed45dd3c8ae9475c5 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 17 Apr 2023 17:34:30 +0800 Subject: [PATCH] 264 --- .../app/AppIntegratingSupermarket/components/StoreList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue b/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue index f7ec37ed..7ebbec07 100644 --- a/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue +++ b/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue @@ -130,7 +130,7 @@ remove (id) { this.$confirm('确定删除该商品吗?').then(() => { - this.instance.post(`/app/appintegralsupermarketgoods/delete?id=${id}`).then(res => { + this.instance.post(`/app/appintegralsupermarketshop/delete?id=${id}`).then(res => { if (res.code == 0) { this.$message.success('删除成功!') this.getList()