Skip to content

Commit b65ac51

Browse files
committed
fix: next页面路由访问问题
1 parent 9b94de3 commit b65ac51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/home/src/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const rootRoutes = [
5151
meta: { title: geneTitle('') }
5252
},
5353
{
54-
path: 'next-page',
54+
path: '/next-page',
5555
component: nextPage,
5656
name: 'next-page',
5757
meta: { title: geneTitle('OpenTiny NEXT') }

0 commit comments

Comments
 (0)