server/service/src/main/java/com/doumee/config/shiro/ShiroConfig.java
@@ -89,6 +89,7 @@ Map<String, String> map = new LinkedHashMap<>(); // 路径拦截配置 map.put("/system/login", "anon"); map.put("/public/testEmail", "anon"); map.put("/system/loginByPhone", "anon"); map.put("/system/loginByWxMini", "anon"); map.put("/system/logout", "anon"); @@ -97,6 +98,7 @@ map.put("/public/signNotify", "anon"); map.put("/public/testPdf", "anon"); map.put("/business/areas/*", "anon"); map.put("/system/dict/getAgreement", "anon"); // - 放行swagger map.put("/doc.html", "anon"); map.put("/webjars/**", "anon");