Browse Source

Merge branch 'feature-21879-20230301-dsx' into test

dsx 2 years ago
parent
commit
99c47873e9

+ 2 - 2
src/main/java/com/fdkankan/contro/mq/service/impl/CommonServiceImpl.java

@@ -43,10 +43,10 @@ public class CommonServiceImpl implements ICommonService {
     @Value("${env:gn}")
     private String env;
 
-    @Value("${helpLink:zh-cn:https://docs.4dkankan.com/#/product/4dkk/zh-cn/README}")
+    @Value("${helpLink.zh-cn:https://docs.4dkankan.com/#/product/4dkk/zh-cn/README}")
     private String helpLinkZh;
 
-    @Value("${helpLink:zh-cn:https://docs.4dkankan.com/#/product/4dkk/en-us/README}")
+    @Value("${helpLink.en-us:https://docs.4dkankan.com/#/product/4dkk/en-us/README}")
     private String helpLinkEn;