From a9f703f3acd353799cf1541f83aee050445a5eef Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 20 Jan 2022 15:32:47 +0800 Subject: [PATCH] bug --- src/apps/AppServicePublic/Add.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/AppServicePublic/Add.vue b/src/apps/AppServicePublic/Add.vue index c6e9a510..8c3f9b5e 100644 --- a/src/apps/AppServicePublic/Add.vue +++ b/src/apps/AppServicePublic/Add.vue @@ -28,9 +28,9 @@ - + + action="/admin/file/add2"> @@ -90,7 +90,7 @@ export default { }, methods: { getModuleInfo () { - this.instance.post(`/app/appcontentmoduleinfo/queryDetailById?id=${this.$route.query.moduleId}`).then(res => { + this.$http.post(`/app/appcontentmoduleinfo/queryDetailById?id=${this.moduleId}`).then(res => { if (res.code === 0) { this.isHideCoverimg = res.data.styleType === '0' }