feat(screen): 为3D态势感知添加路由
This commit is contained in:
parent
430d9fdb1a
commit
6e4d04bebc
@ -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')
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user