Commit 84f3104f authored by 郭志伟's avatar 郭志伟

fix(tenantId): 问题修复

parent b8235fe2
...@@ -51,7 +51,7 @@ export default class Activity extends Mixins(TransformStyleMixin, SaMixin, Disab ...@@ -51,7 +51,7 @@ export default class Activity extends Mixins(TransformStyleMixin, SaMixin, Disab
if (EASY_ENV_IS_NODE) { if (EASY_ENV_IS_NODE) {
return true; return true;
} }
return +this.tenantId === localStorage.get('tenantId'); return +this.tenantId === localStorage.get('tenantId') || 560761;
} }
@Watch('pageData', { deep: true }) @Watch('pageData', { deep: true })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment