From cf50a699a6ff97b5b811bc185b750de5cbebee72 Mon Sep 17 00:00:00 2001 From: hoteas Date: Mon, 27 Dec 2021 21:30:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=87=AA=E9=80=82=E5=BA=94?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/config.go | 2 +- example/config/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"