From f4514c087bfef49ffaf27b224763f9999a4ea8db Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 21 Mar 2022 15:48:42 +0800 Subject: [PATCH] 28379 --- packages/3.0.0/AppContentInfo/components/Audit.vue | 2 +- packages/3.0.0/AppContentInfo/components/List.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/3.0.0/AppContentInfo/components/Audit.vue b/packages/3.0.0/AppContentInfo/components/Audit.vue index 8fcc93b3..d2760b91 100644 --- a/packages/3.0.0/AppContentInfo/components/Audit.vue +++ b/packages/3.0.0/AppContentInfo/components/Audit.vue @@ -123,7 +123,7 @@ methods: { getList() { - this.instance.post(`/app/appcontentinfo/list`, null, { + this.instance.post(`/app/appcontentinfo/list-web`, null, { params: { moduleId: this.$route.query.moduleId, ...this.search, diff --git a/packages/3.0.0/AppContentInfo/components/List.vue b/packages/3.0.0/AppContentInfo/components/List.vue index c17d610c..274f06e5 100644 --- a/packages/3.0.0/AppContentInfo/components/List.vue +++ b/packages/3.0.0/AppContentInfo/components/List.vue @@ -95,7 +95,7 @@ methods: { getList() { - this.instance.post(`/app/appcontentinfo/list`, null, { + this.instance.post(`/app/appcontentinfo/list-web`, null, { params: { moduleId: this.$route.query.moduleId, ...this.search,