Browse Source

提交代码

tags/v1.22.4.1^2
ychao_1983 3 years ago
parent
commit
9bd169907c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/admin/cloudbrains.go

+ 1
- 0
routers/admin/cloudbrains.go View File

@@ -109,6 +109,7 @@ func CloudBrains(ctx *context.Context) {
} }


func Images(ctx *context.Context) { func Images(ctx *context.Context) {
ctx.Data["PageIsAdminImages"] = true
ctx.HTML(200, tplImages) ctx.HTML(200, tplImages)


} }


Loading…
Cancel
Save