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' }