|
@@ -131,7 +131,7 @@ public class ShiroConfig {
|
|
|
filterMap.put("/swagger-ui.html", "anon");
|
|
filterMap.put("/swagger-ui.html", "anon");
|
|
|
filterMap.put("/webjars/**", "anon");
|
|
filterMap.put("/webjars/**", "anon");
|
|
|
filterMap.put("/swagger-resources/**", "anon");
|
|
filterMap.put("/swagger-resources/**", "anon");
|
|
|
- filterMap.put("/system/sysuser/*", "anon");
|
|
|
|
|
|
|
+// filterMap.put("/system/sysuser/*", "anon");
|
|
|
filterMap.put("/statics/**", "anon");
|
|
filterMap.put("/statics/**", "anon");
|
|
|
filterMap.put("/login", "anon");
|
|
filterMap.put("/login", "anon");
|
|
|
|
|
|