From 0ed57a58e72314cdc997649574c8430026e9e2ed Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 21 Mar 2022 15:44:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=8F=91=E5=B8=83=E5=B0=81?= =?UTF-8?q?=E9=9D=A2=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppServicePublic/Add.vue | 6 +++--- src/apps/AppServicePublic/AppServicePublic.vue | 4 ++-- src/apps/AppServicePublic/Detail.vue | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/apps/AppServicePublic/Add.vue b/src/apps/AppServicePublic/Add.vue index c2fc6308..10fd7b55 100644 --- a/src/apps/AppServicePublic/Add.vue +++ b/src/apps/AppServicePublic/Add.vue @@ -29,7 +29,7 @@ - + @@ -57,7 +57,7 @@ export default { title: '', areaId: '', selectIndex: '', - files: [] + files: [], }, showStstus: false, flag: false, @@ -152,7 +152,7 @@ export default { moduleId: this.moduleId, categoryId: categoryId, categoryName: categoryName, - contentType: 0 + contentType: 0, }) .then((res) => { if (res.code == 0) { diff --git a/src/apps/AppServicePublic/AppServicePublic.vue b/src/apps/AppServicePublic/AppServicePublic.vue index 9746a725..08092756 100644 --- a/src/apps/AppServicePublic/AppServicePublic.vue +++ b/src/apps/AppServicePublic/AppServicePublic.vue @@ -20,9 +20,9 @@