src/pages/exhibition.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/exhibition.vue
@@ -45,6 +45,9 @@ } }, mounted() { if (this.$route.query.userId) { localStorage.setItem('userId', this.$route.query.userId); } this.nowlayOut.appName = this.$route.query.name; if (this.$route.query.head && this.$route.query.head == 1) { this.isHeader = false