Browse Source

适配

release/10.0
fay 5 years ago
parent
commit
4b1e94d74f
  1. 4
      src/main/java/com/finebi/plugin/ScreenAdaptive.java

4
src/main/java/com/finebi/plugin/ScreenAdaptive.java

@ -1,6 +1,6 @@
package com.finebi.plugin;
import com.finebi.foundation.api.web.component.ShowComponent;
import com.finebi.foundation.api.web.component.AssembleComponentFactory;
import com.fr.decision.fun.impl.AbstractWebResourceProvider;
import com.fr.intelli.record.Focus;
import com.fr.intelli.record.Original;
@ -12,7 +12,7 @@ public class ScreenAdaptive extends AbstractWebResourceProvider {
@Override
public Atom attach() {
return ShowComponent.KEY;
return AssembleComponentFactory.getShowComponent();
}
@Override

Loading…
Cancel
Save