This commit is contained in:
2026-04-13 18:37:28 +08:00
parent e661e13833
commit 32c7fb6e9a
4 changed files with 132 additions and 101 deletions
+1
View File
@@ -68,6 +68,7 @@ func main() {
models.ConfigAllInit()
routers.ApiUserInit() //用户表先初始化这是必须的因为后面需要用到用户组
routers.ApiScheduleInit()
routers.ApiPurchaseInit()
//创建必要目录
for _, path := range models.ConfigsFile.Pahts {