Commit 7c89aaa3 authored by Xuguangxing's avatar Xuguangxing

feat: 搜索栏h5环境屏蔽调整

parent 4eb0d886
......@@ -32,7 +32,7 @@ export default class Activity extends Mixins(TransformStyleMixin, SaMixin) {
modfiTabsStyleDebounce = debounce(this.modfiTabsStyle, 300);
get layout() {
if (!isApp && !isWxMp) {
if (!isApp && !isWxMp && !EASY_ENV_IS_NODE) {
this.pageData.elements = this.pageData.elements.filter(v => v.name != 'cs-search-bar');
}
return this.pageData && this.pageData.elements.map(v => v.point) || [];
......
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