|
@@ -39,7 +39,7 @@ public class WebLogAspect {
|
|
private static List<String> filterUrl;
|
|
private static List<String> filterUrl;
|
|
static {
|
|
static {
|
|
filterUrl = new ArrayList<>();
|
|
filterUrl = new ArrayList<>();
|
|
- filterUrl.add("/manage/scene/edit");
|
|
|
|
|
|
+// filterUrl.add("/manage/scene/edit");
|
|
// filterUrl.add("/web/common/checkWork");
|
|
// filterUrl.add("/web/common/checkWork");
|
|
}
|
|
}
|
|
|
|
|