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 @@