Closed
Description
children: [
{
path: '/文档',
component: Layout,
redirect: '/文档/主页',
children: [
{
path: '主页',
component: () => import('@/views/documentation/index'),
name: 'Documentation',
meta: { title: '文档', icon: 'documentation', noCache: true }
}
]
},
http://localhost:9527/#/文档/主页
这个链接,由菜单跳转可以访问,真接输入网址,或在浏览器上点击刷新,就是404错误了。
Metadata
Metadata
Assignees
Labels
No labels