修改个人页的跳转

This commit is contained in:
张成
2025-09-02 10:00:57 +08:00
parent ed9147558b
commit 0a4bce3f9c
8 changed files with 19 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ export default {
// .plugin('prerender')
// .use(new Prerender({
// staticDir,
// routes: [ '/pages/index/index' ],
// routes: [ '/pages/list/index' ],
// postProcess: (context) => ({ ...context, outputPath: path.join(staticDir, 'index.html') })
// }))
// }