feat(screen): 为3D态势感知添加路由

This commit is contained in:
Zzc 2025-11-17 18:02:49 +08:00
parent 430d9fdb1a
commit 6e4d04bebc

View File

@ -40,6 +40,11 @@ const routes = [
}, },
component: () => import('../views/airSkyLand/AirSkyLand.vue') component: () => import('../views/airSkyLand/AirSkyLand.vue')
},
{
path: '/3DSituationalAwareness',
name: '3DSituationalAwareness',
component: () => import('../views/3DSituationalAwarenessRefactor/index.vue')
} }
] ]