From 44c21776386f63e7b9dfb7ecaa8891e948c82d22 Mon Sep 17 00:00:00 2001 From: aBin Date: Tue, 1 Mar 2022 17:41:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E9=97=BB=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E9=BB=98=E8=AE=A4=E4=BC=A00?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/OtherPages/NoticeNotice.vue | 2 +- src/views/OtherPages/PartyBuilding.vue | 2 +- src/views/OtherPages/SafeProduction.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/OtherPages/NoticeNotice.vue b/src/views/OtherPages/NoticeNotice.vue index 5cc7a62..701fc2c 100644 --- a/src/views/OtherPages/NoticeNotice.vue +++ b/src/views/OtherPages/NoticeNotice.vue @@ -100,7 +100,7 @@ export default { const param = { showPage: this.code, year: this.year, - showType: '1', + showType: '0', pageNum: this.pageNum, pageSize: 10, }; diff --git a/src/views/OtherPages/PartyBuilding.vue b/src/views/OtherPages/PartyBuilding.vue index 8c11245..354d341 100644 --- a/src/views/OtherPages/PartyBuilding.vue +++ b/src/views/OtherPages/PartyBuilding.vue @@ -104,7 +104,7 @@ export default { const param = { showPage: this.code, year: this.year, - showType: '1', + showType: '0', pageNum: this.pageNum, pageSize: 10, }; diff --git a/src/views/OtherPages/SafeProduction.vue b/src/views/OtherPages/SafeProduction.vue index 4d4239f..6cc1a82 100644 --- a/src/views/OtherPages/SafeProduction.vue +++ b/src/views/OtherPages/SafeProduction.vue @@ -103,7 +103,7 @@ export default { const param = { showPage: this.code, year: this.year, - showType: '1', + showType: '0', pageNum: this.pageNum, pageSize: 10, }; From 7ee7e586ba01608a6b4db963b531f71160e0b66a Mon Sep 17 00:00:00 2001 From: aBin Date: Tue, 1 Mar 2022 18:24:57 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E6=A0=8F=E5=B1=95=E7=A4=BA=E4=BF=AE=E6=94=B9=20=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E6=96=B0=E9=97=BB=E5=B0=86=E8=A7=86=E9=A2=91=E6=94=BE?= =?UTF-8?q?=E5=88=B0=E9=A1=B6=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer/Footer.vue | 12 ++++++------ src/components/RichText/RichText.vue | 8 +++++++- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/components/Footer/Footer.vue b/src/components/Footer/Footer.vue index e945417..e4473b3 100644 --- a/src/components/Footer/Footer.vue +++ b/src/components/Footer/Footer.vue @@ -60,18 +60,18 @@ import { getLink } from 'config/api'; export default { data() { return { - isTrue: true, + isTrue: false, str: '', otherLink: {}, }; }, watch: { '$route.path'(value) { - if (value === '/') { - this.isTrue = true; - } else { - this.isTrue = false; - } + // if (value === '/') { + // this.isTrue = true; + // } else { + // this.isTrue = false; + // } }, }, created() { diff --git a/src/components/RichText/RichText.vue b/src/components/RichText/RichText.vue index 1d06cf3..4ed2dea 100644 --- a/src/components/RichText/RichText.vue +++ b/src/components/RichText/RichText.vue @@ -8,6 +8,9 @@
发表日期: {{ $moment(richObj.publishTime).format('YYYY-MM-DD') }}
+
+