+ 看板目录
This commit is contained in:
parent
85ba98c78e
commit
4c202be2cf
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ package page
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"path"
|
||||
|
||||
jsoniter "github.com/json-iterator/go"
|
||||
"github.com/yaoapp/gou"
|
||||
|
|
@ -16,6 +17,8 @@ var Pages = map[string]*Page{}
|
|||
|
||||
// Load 加载页面
|
||||
func Load(cfg config.Config) {
|
||||
LoadFrom(path.Join(cfg.Root, "/kanban"), "")
|
||||
LoadFrom(path.Join(cfg.Root, "/screen"), "")
|
||||
LoadFrom(cfg.RootPage, "")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue