前后端差不多

This commit is contained in:
2026-04-02 20:53:17 +08:00
parent 5e2b326838
commit 032d9bf383
9 changed files with 433 additions and 132 deletions
+2 -1
View File
@@ -66,7 +66,8 @@ func main() {
//统一初始化
models.ConfigAllInit()
routers.ApiInit()
routers.ApiUserInit() //用户表先初始化这是必须的因为后面需要用到用户组
routers.ApiScheduleInit()
//创建必要目录
for _, path := range models.ConfigsFile.Pahts {