fix: same name route

This commit is contained in:
dap 2025-01-16 14:38:45 +08:00
parent b1bc6f632d
commit 1877888846

View File

@ -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: '/',