diff --git a/dist.zip b/dist.zip index 0268d53..920a8e2 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/views/NewPages/NewPages.vue b/src/views/NewPages/NewPages.vue index 679ed5a..caeeb3b 100644 --- a/src/views/NewPages/NewPages.vue +++ b/src/views/NewPages/NewPages.vue @@ -133,13 +133,14 @@ export default { if (this.$route.query.introId) { this.introId = this.$route.query.introId; this.getIntroContent(); - } - if (this.code === '0204') { - this.getContentData('0201'); - this.getContentData('0202'); - this.getContentData('0203'); } else { - this.getContentData(); + if (this.code === '0204') { + this.getContentData('0201'); + this.getContentData('0202'); + this.getContentData('0203'); + } else { + this.getContentData(); + } } }, methods: { diff --git a/src/views/OtherPages/Department.vue b/src/views/OtherPages/Department.vue index 1a3c698..13224b1 100644 --- a/src/views/OtherPages/Department.vue +++ b/src/views/OtherPages/Department.vue @@ -685,14 +685,18 @@ export default { console.log('this.$route.query.introId: ', this.$route.query.introId); this.introId = this.$route.query.introId; this.getIntroContent(); - } - if ( - this.code.length === 6 && - (this.code.split('')[5] === '4' || this.code.split('')[5] === '6' || this.code.split('')[5] === '7' || this.code.split('')[5] === '8') - ) { - this.getContentData(this.code); } else { - this.getData(this.code); + if ( + this.code.length === 6 && + (this.code.split('')[5] === '4' || + this.code.split('')[5] === '6' || + this.code.split('')[5] === '7' || + this.code.split('')[5] === '8') + ) { + this.getContentData(this.code); + } else { + this.getData(this.code); + } } }, methods: { diff --git a/src/views/OtherPages/Information.vue b/src/views/OtherPages/Information.vue index 8abeb46..d0c4f9d 100644 --- a/src/views/OtherPages/Information.vue +++ b/src/views/OtherPages/Information.vue @@ -7,7 +7,7 @@
-