Browse Source

Pull request #6836: REPORT-62477 组件复用-10设计器在线组件预期不能看到11组件

Merge in DESIGN/design from ~STARRYI/design:release/11.0 to release/11.0

* commit '5ca264ee8b2e59360b66273e301977bde00cd49e':
  REPORT-62477 组件复用-10设计器在线组件预期不能看到11组件
bugfix/11.0
starryi 3 years ago
parent
commit
7741b00c2d
  1. 2
      designer-form/src/main/java/com/fr/design/mainframe/share/util/OnlineShopUtils.java

2
designer-form/src/main/java/com/fr/design/mainframe/share/util/OnlineShopUtils.java

@ -54,7 +54,7 @@ public class OnlineShopUtils {
} }
private static String getWidgetFilterPath() { private static String getWidgetFilterPath() {
return StableUtils.pathJoin(getReuInfoPath(), "filter"); return StableUtils.pathJoin(getReuInfoPath(), "/all/filter/");
} }
private static String getGetCompositeSortParaPath() { private static String getGetCompositeSortParaPath() {

Loading…
Cancel
Save