添加审计日志界面

This commit is contained in:
bjdgyc
2021-08-17 13:14:13 +08:00
parent 6dcdc9766a
commit d9a3b0152b
7 changed files with 187 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ func StartAdmin() {
r.HandleFunc("/set/other/edit", SetOtherEdit)
r.HandleFunc("/set/other/smtp", SetOtherSmtp)
r.HandleFunc("/set/other/smtp/edit", SetOtherSmtpEdit)
r.HandleFunc("/set/audit/list", SetAuditList)
r.HandleFunc("/user/list", UserList)
r.HandleFunc("/user/detail", UserDetail)