소스 검색

bug--login

傅行帆 5 년 전
부모
커밋
b0d2c2ab09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/main/java/com/huiju/estateagents/interceptor/AccessInterceptor.java

+ 1
- 1
src/main/java/com/huiju/estateagents/interceptor/AccessInterceptor.java 파일 보기

@@ -50,7 +50,7 @@ public class AccessInterceptor implements HandlerInterceptor {
50 50
     
51 51
     private String[] whiteList = {
52 52
             "/wx/chat", // 聊天暂时不鉴权
53
-            "/api/wx/",
53
+            "/api/wx/login",
54 54
             "/api/wx/tdCity",
55 55
             "/api/wx/preload",
56 56
             "/api/admin/signin",