From e760a69ff9203caf22d0cd765fd2c9a3f50f94f2 Mon Sep 17 00:00:00 2001 From: TianYu <332368756@qq.com> Date: Thu, 8 Jun 2023 16:44:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-app/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-ui-app/App.vue b/yudao-ui-app/App.vue index 52b921d3e..c0d173f45 100644 --- a/yudao-ui-app/App.vue +++ b/yudao-ui-app/App.vue @@ -221,7 +221,7 @@ }, // 是否扫物业二维码 isProperty() { - const is_property = this.$route.query.isProperty || false + const is_property = this.$route.query.isProperty || '0' console.log('is_property', is_property) if(parseInt(is_property) === 1){ this.$store.commit("SET_IS_PROPERTY", !!is_property)