statics file change

This commit is contained in:
2025-06-16 16:17:18 +08:00
parent 90d1ef301d
commit a8bc73ae99
800 changed files with 105 additions and 4877 deletions

View File

@@ -7,7 +7,7 @@ const PearKey = "PEAR_JSON"
var PearJson = &dto.PearConfig{
Logo: dto.Logo{
Title: "Pear Admin",
Image: "/statics/admin/images/logo.png",
Image: "/assets/admin/images/logo.png",
},
Menu: dto.Menu{
Data: "/system/menus",
@@ -70,6 +70,6 @@ var PearJson = &dto.PearConfig{
Footer: false,
},
Header: dto.Header{
Message: "/statics/admin/data/message.json",
Message: "/assets/admin/data/message.json",
},
}