From bc1ff1422e7659dd7906d1f809058017c4dd6d5c Mon Sep 17 00:00:00 2001 From: TianYu <332368756@qq.com> Date: Wed, 7 Jun 2023 09:17:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8B=E6=9E=B6=E6=8E=A8=E5=B9=BF?= =?UTF-8?q?=E5=91=98=E6=B3=A8=E5=86=8C=E5=8A=9F=E8=83=BD?= 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 90948cb41..053700573 100644 --- a/yudao-ui-app/App.vue +++ b/yudao-ui-app/App.vue @@ -186,7 +186,7 @@ methods: { async initLoad() { this.isQRCode() - this.isProperty() + // this.isProperty() this.setSpreadId() if (this.$store.getters.isLogin && !this.$Cache.get('USER_INFO')) { await this.$store.dispatch('USERINFO');