feat(screen): 为 3D 态势感知 页面单独显示

This commit is contained in:
Zzc 2025-11-17 18:12:35 +08:00
parent 6e4d04bebc
commit b6e32b4245

View File

@ -44,6 +44,9 @@ const routes = [
{
path: '/3DSituationalAwareness',
name: '3DSituationalAwareness',
meta: {
screen: true
},
component: () => import('../views/3DSituationalAwarenessRefactor/index.vue')
}
]