Commit 2fcb8fa2 authored by 郭志伟's avatar 郭志伟

fix(tenantId): 问题修复

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