Browse Source

DEC-1205 【10.0一轮迭代】注册信息-版本号显示错误

master
ju 7 years ago
parent
commit
87950adf78
  1. 2
      designer/src/com/fr/start/module/PreStartActivator.java

2
designer/src/com/fr/start/module/PreStartActivator.java

@ -8,6 +8,7 @@ import com.fr.general.GeneralContext;
import com.fr.general.Inter; import com.fr.general.Inter;
import com.fr.general.SiteCenter; import com.fr.general.SiteCenter;
import com.fr.module.Activator; import com.fr.module.Activator;
import com.fr.stable.BuildContext;
/** /**
* Created by juhaoyu on 2018/1/8. * Created by juhaoyu on 2018/1/8.
@ -18,6 +19,7 @@ public class PreStartActivator extends Activator {
public void start() { public void start() {
RestartHelper.deleteRecordFilesWhenStart(); RestartHelper.deleteRecordFilesWhenStart();
BuildContext.setBuildFilePath("/com/fr/stable/build.properties");
SiteCenter.getInstance(); SiteCenter.getInstance();
initLanguage(); initLanguage();

Loading…
Cancel
Save