Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Oct 1, 2021
1 parent 91ca747 commit cf03732
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 19 deletions.
4 changes: 4 additions & 0 deletions cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ var startCmd = &cobra.Command{
global.Conf.RootFLow = filepath.Join(startAppPath, "/flows")
global.Conf.RootModel = filepath.Join(startAppPath, "/models")
global.Conf.RootPlugin = filepath.Join(startAppPath, "/plugins")
global.Conf.RootTable = filepath.Join(startAppPath, "/tables")
global.Conf.RootChart = filepath.Join(startAppPath, "/charts")
global.Conf.RootScreen = filepath.Join(startAppPath, "/screens")
global.Conf.RootData = filepath.Join(startAppPath, "/data")

// 重新加载应用
global.Reload(global.Conf)
Expand Down
36 changes: 18 additions & 18 deletions data/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion global/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

// VERSION 版本号
const VERSION = "0.6.5"
const VERSION = "0.6.6"

// DOMAIN 许可域
const DOMAIN = "*.iqka.com"
Expand Down

0 comments on commit cf03732

Please sign in to comment.