liuxiaolong
2020-08-10 9358e5ec2d2b65fec4ef9a1be7d1a1e1e2cf9d2d
models/db.go
@@ -10,7 +10,7 @@
func InitDb() {
   dbUrl := beego.AppConfig.String("dbUrl")
   rootPath := util.GetAppRootPath()
   dbPath := rootPath + dbUrl
   dbPath := rootPath +"/"+ dbUrl
   orm.RegisterDriver("sqlite", orm.DRSqlite)
   _ = orm.RegisterDataBase("default", "sqlite3", dbPath)
   orm.RegisterModel(new(User), new(UserCar), new(SysUpgrade))