From f4765db9bdbd8f9d8d1c7f6d43f5d91367fa6837 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Wed, 30 Sep 2020 14:32:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E6=B3=A8=E9=87=8A=E9=82=AE=E4=BB=B6?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmpl/mail.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tmpl/mail.go b/tmpl/mail.go index 91e7b1b..0c63771 100644 --- a/tmpl/mail.go +++ b/tmpl/mail.go @@ -7,5 +7,6 @@ import ( //邮箱列表界面 func PageMailList(c *gin.Context) { + return c.HTML(http.StatusOK, "list.html", gin.H{}) }