feat: 系统配置界面增加sqlite 配置

This commit is contained in:
rikugun
2020-04-12 11:39:16 +08:00
parent 47a45e2d67
commit 71fd0eb9ad
5 changed files with 47 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ import (
)
func main() {
switch global.GVA_CONFIG.System.Db {
switch global.GVA_CONFIG.System.DbType {
case "mysql":
initialize.Mysql()
case "sqlite":