| | |
| | | </div> |
| | | </div> |
| | | <div class="info-box" v-if="noticeInfo.jumpPath"> |
| | | <component class="notice-content" :is="noticeInfo.jumpPath" style="height: 500px;" > |
| | | </component> |
| | | <!-- <component class="notice-content" :is="noticeInfo.jumpPath" style="height: 500px;" > |
| | | </component> --> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | this.noticeInfo = JSON.parse(sessionStorage.getItem("noticeInfo")); |
| | | this.$bus.$on("change", (msg) => { |
| | | this.noticeInfo = JSON.parse(msg); |
| | | console.log(this.noticeInfo); |
| | | sessionStorage.setItem("noticeInfo", msg); |
| | | }); |
| | | }, |