whyczyk
2022-02-23 74631a5aca3340f639cf35a68200703bec023624
fix bug
1个文件已修改
3 ■■■■■ 已修改文件
src/pages/exhibition.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | 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