This commit is contained in:
2026-06-12 14:20:55 +08:00
parent 39788bf6d4
commit 0511c19f5f
8 changed files with 2053 additions and 443 deletions

View File

@@ -23,6 +23,9 @@ func NewQYGLReportRoutes(
func (r *QYGLReportRoutes) Register(router *sharedhttp.GinRouter) {
engine := router.GetEngine()
// 报告头图/页脚qiye.html 样式引用)
engine.Static("/reports/qygl/media", "resources/qygl-media")
// 企业全景报告页面(实时生成)
engine.GET("/reports/qygl", r.handler.GetQYGLReportPage)