1.0
明梦爽
2022-01-10 3fbb5e3166522734fd5407bcdf76c384d40e9dfa
src/views/homePage/noticeMessage.vue
@@ -1,7 +1,6 @@
<template>
  <div>
    <span>noticeMessage</span>
    <p>{{ this.$route.query.title }}</p>
    <p>{{ this.$route.query.id }} 点击量:【{{this.$route.query.count}}】</p>
    <div v-html="message"></div>
  </div>
</template>
@@ -14,7 +13,7 @@
    }
  },
  created(){
    console.log(">>>>>>>>",this.$route.query.title);
    console.log(">>>>>>>>",this.$route.query.id);
    this.queryAll();
  },
  methods:{