From a35ca752afab0409c4b4fc0ea128b9829ce2da67 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 25 Apr 2023 11:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=97=BB=E8=B5=84=E8=AE=AF=E4=B8=8D?= =?UTF-8?q?=E4=BC=A0token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods/publicity/AppContent/contentDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods/publicity/AppContent/contentDetail.vue b/src/mods/publicity/AppContent/contentDetail.vue index d2b7e37..f1df58a 100644 --- a/src/mods/publicity/AppContent/contentDetail.vue +++ b/src/mods/publicity/AppContent/contentDetail.vue @@ -29,7 +29,7 @@ export default { methods: { getDetail(id) { this.$instance.post(`/app/appcontentinfo/queryDetailById`, null, { - params: {id} + params: {id}, withoutToken: true }).then(res => { if (res?.data) { this.detail = res.data