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') }}
+
+
+
@@ -24,7 +27,7 @@ export default {
},
},
data() {
- return {};
+ return { code: '' };
},
watch: {
richObj(val) {
@@ -34,6 +37,9 @@ export default {
}
},
},
+ mounted() {
+ this.code = this.$route.query.code;
+ },
created() {
if (this.richObj.jumpUrl) {
window.open(this.richObj.jumpUrl);
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,
};