fix manage page request error

This commit is contained in:
mubai
2024-06-24 23:39:38 +08:00
parent e1cd84df41
commit 3da0366237
16 changed files with 596 additions and 64 deletions

View File

@@ -18,7 +18,7 @@ func init() {
if err != nil {
panic(err)
}
// 初始化mysql00000
// 初始化mysql
err = db.InitMysql()
if err != nil {
panic(err)