fix: same name route
This commit is contained in:
parent
b1bc6f632d
commit
1877888846
@ -94,6 +94,8 @@ export const localMenuList: RouteRecordStringComponent[] = [
|
|||||||
meta: {
|
meta: {
|
||||||
order: -1,
|
order: -1,
|
||||||
title: 'page.dashboard.title',
|
title: 'page.dashboard.title',
|
||||||
|
// 不使用基础布局(仅在顶级生效)
|
||||||
|
noBasicLayout: true,
|
||||||
},
|
},
|
||||||
name: 'Dashboard',
|
name: 'Dashboard',
|
||||||
path: '/',
|
path: '/',
|
||||||
|
Loading…
Reference in New Issue
Block a user