修复一些问题

This commit is contained in:
2025-07-15 18:50:07 +08:00
parent fb3b205228
commit ec1deec155
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ func main() {
r.Static("/dist/", "./static/dist/")
//静态用户上传的文件
r.Static("/avatar/", models.Configs_file.Pahts["avatar"])
//r.Static("/avatar/", models.Configs_file.Pahts["avatar"])
//store := cookie.NewStore([]byte("secret"))
// 自定义 404 页面(需要提前加载模板)