Commit 49aa723b authored by 郭志伟's avatar 郭志伟

fix(tenantid): 租户问题修复

parent 91e78817
......@@ -51,7 +51,8 @@ export default class Activity extends Mixins(TransformStyleMixin, SaMixin, Disab
if (EASY_ENV_IS_NODE) {
return true;
}
return +this.tenantId === +(localStorage.get('tenantId') || 560761);
// TODO
return +this.tenantId ? (+this.tenantId === +(localStorage.get('tenantId') || 560761)) : 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