feat: 冰雪阻断大屏增加大屏路由设置

This commit is contained in:
nightdays 2025-11-19 17:47:54 +08:00
parent 9783c32fcb
commit fba3a14e5b

View File

@ -10,6 +10,9 @@ const routes = [
{
path: '/cockpit',
name: 'Cockpit',
meta: {
screen: true
},
component: () => import('../views/cockpit/index.vue')
},
{