From 74631a5aca3340f639cf35a68200703bec023624 Mon Sep 17 00:00:00 2001
From: whyczyk <525500596@qq.com>
Date: 星期三, 23 二月 2022 16:16:00 +0800
Subject: [PATCH] fix bug

---
 src/pages/exhibition.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/pages/exhibition.vue b/src/pages/exhibition.vue
index 4db6d80..e674ef6 100644
--- a/src/pages/exhibition.vue
+++ b/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

--
Gitblit v1.9.1