diff --git a/code/config.go b/code/config.go index 062f34c..385c48b 100644 --- a/code/config.go +++ b/code/config.go @@ -93,5 +93,5 @@ var ColumnNameType = []ColumnShow{ {"email", false, true, true, false, "", false}, {"time", true, true, true, true, "time", false}, {"level", false, false, true, false, "", false}, - {"rule", false, true, true, false, "form", false}, + {"rule", true, true, true, false, "form", false}, } diff --git a/example/config/config.json b/example/config/config.json index 4afb2c1..55396a3 100644 --- a/example/config/config.json +++ b/example/config/config.json @@ -42,7 +42,7 @@ "4": "数据处理异常", "5": "数据结果异常" }, - "mode": 0, + "mode": 3, "port": "8080", "sessionName": "HOTIME", "tpt": "tpt"