neil 6 years ago
parent
commit
20f8316ab3
  1. 2
      designer-base/src/main/java/com/fr/design/actions/help/TutorialAction.java

2
designer-base/src/main/java/com/fr/design/actions/help/TutorialAction.java

@ -76,7 +76,7 @@ public class TutorialAction extends UpdateAction {
}
}
// 生成帮助文档 sitecenter key
// 生成帮助文档 sitecenter key, help.zh_CN.10
protected String createDocKey() {
String locale = FRContext.getLocale().toString();
return CommonUtils.join(new String[]{ "help", locale, ProductConstants.MAIN_VERSION }, ".");

Loading…
Cancel
Save