Browse Source

Pull request #15248: REPORT-137540 远程设计下地图加载卡慢 回退改动

Merge in DESIGN/design from ~DESTINY.LIN/design:fbp/master to fbp/master

* commit 'a0689d4b7ab0a6b41bc7cb540ebaa3ceef5d41f1':
  REPORT-137540 远程设计下地图加载卡慢 回退改动
fbp/master
Destiny.Lin-林锦龙 4 weeks ago
parent
commit
5210076918
  1. 4
      designer-realize/src/main/java/com/fanruan/boot/env/function/DesignChartBaseComponent.java

4
designer-realize/src/main/java/com/fanruan/boot/env/function/DesignChartBaseComponent.java vendored

@ -1,14 +1,11 @@
package com.fanruan.boot.env.function;
import com.fanruan.boot.ChartBaseComponent;
import com.fanruan.carina.Carina;
import com.fanruan.carina.annotions.DependsOn;
import com.fanruan.carina.annotions.FineComponent;
import com.fanruan.carina.annotions.Start;
import com.fanruan.carina.annotions.Stop;
import com.fanruan.carina.annotions.Supplemental;
import com.fanruan.map.DesignGEOJSONHelper;
import com.fr.decision.webservice.v10.map.geojson.helper.GEOJSONHelperShell;
/**
@ -45,7 +42,6 @@ public class DesignChartBaseComponent extends ChartBaseComponent {
@Supplemental
public void prepare() {
super.prepare();
Carina.getApplicationContext().singleton(GEOJSONHelperShell.class).set(DesignGEOJSONHelper.class);
}
}

Loading…
Cancel
Save