f
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user