This commit is contained in:
wjqserver 2025-04-15 10:23:29 +08:00
parent ab77c5c7da
commit bed6c486dc
6 changed files with 16 additions and 3 deletions

View file

@ -241,7 +241,6 @@ func setupPages(cfg *config.Config, r *server.Hertz) {
r.StaticFile("/style.css", stylesheetsPath)
r.StaticFile("/bootstrap.min.css", bootstrapPath)
r.StaticFile("/bootstrap.bundle.min.js", bootstrapBundlePath)
//router.StaticFile("/bootstrap.min.css", bootstrapPath)
default:
// 处理无效的Pages Mode