集群界面数据改成异步加载

This commit is contained in:
刘祥超
2021-08-20 10:51:01 +08:00
parent 766c3666d8
commit fbcf439f89
11 changed files with 58 additions and 13 deletions

View File

@@ -59,7 +59,7 @@ func init() {
// 看板相关
Prefix("/clusters/cluster/boards").
Get("", new(boards.IndexAction)).
GetPost("", new(boards.IndexAction)).
EndAll()
})
}