Browse Source

PFC-607 更新删除插件不需要重启

fix
master
juhaoyu 7 years ago
parent
commit
a40e402b53
  1. 2
      designer/src/com/fr/start/Designer.java

2
designer/src/com/fr/start/Designer.java

@ -365,7 +365,7 @@ public class Designer extends BaseDesigner {
*/
protected void collectUserInformation() {
//定制的就不弹出来了
if (!ComparatorUtils.equals(ProductConstants.APP_NAME, ProductConstants.DEFAULT_APPNAME)) {
if (!ComparatorUtils.equals(ProductConstants.APP_NAME, ProductConstants.DEFAULT_APP_NAME)) {
return;
}

Loading…
Cancel
Save