소스 검색

未选中二级部门报错

caotao 5 년 전
부모
커밋
956d94580f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      whepi-ui/templates/home/homeHelp.ftl
  2. 1 1
      whepi-web/src/main/java/com/bofeng/wx/WxController.java

+ 1 - 1
whepi-ui/templates/home/homeHelp.ftl

@@ -1,4 +1,4 @@
-<#assign title="家庭手册"/>
+<#assign title="用户认证指南"/>
 <#include "/home/frag.head.ftl" />
 
 <div class="container" style="width: 100%">

+ 1 - 1
whepi-web/src/main/java/com/bofeng/wx/WxController.java

@@ -164,7 +164,7 @@ public class WxController {
 
 
         val btn31 = new WxMenuButton();
-        btn31.setName("用户认证指南");
+        btn31.setName("认证指南");
         btn31.setType(WxConsts.MenuButtonType.VIEW);
         btn31.setUrl(
                 wxService.oauth2buildAuthorizationUrl(weChatProperties.getDomain() +