diff --git a/yudao-ui-app/App.vue b/yudao-ui-app/App.vue index 053700573..90948cb41 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');