跟着demo做的,文件:
const routerConfig = [
{
path : '/',
component : Main,
childrenRoutes: [
{path: 'about', component: About},
{path: 'inbox', component: Inbox}
]
},
{
path: '*',
component: Not
}
];
ReactDOM.render(
,
document.querySelector('#APP')
);
其他一切正常就是到/about和/inbox时会报404.。
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
代码写错了: