diff --git a/cmd/dashboard/controller/common_page.go b/cmd/dashboard/controller/common_page.go index e1552a1..751834e 100644 --- a/cmd/dashboard/controller/common_page.go +++ b/cmd/dashboard/controller/common_page.go @@ -84,8 +84,9 @@ func (p *commonPage) service(c *gin.Context) { } c.HTML(http.StatusOK, "theme-"+dao.Conf.Site.Theme+"/service", mygin.CommonEnvironment(c, gin.H{ - "Title": "服务状态", - "Services": msm, + "Title": "服务状态", + "Services": msm, + "CustomCode": dao.Conf.Site.CustomCode, })) }