安防大屏
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-08-16 17:58:59 +08:00
parent 7edbeca307
commit 97dc93f3aa
14 changed files with 1027 additions and 56 deletions

View File

@@ -125,8 +125,18 @@ const coreRoutes: RouteRecordRaw[] = [
title: '物业大屏',
requiresAuth: true, // 如果需要登录验证
},
}, {
component: () => import('#/views/screen/security/index.vue'),
},
// {
// component: () => import('#/views/screen/security/index.vue'),
// name: 'security',
// path: '/security',
// meta: {
// title: '安防大屏',
// requiresAuth: true, // 如果需要登录验证
// },
// },
{
component: () => import('#/views/cockpit/security/index.vue'),
name: 'security',
path: '/security',
meta: {
@@ -143,15 +153,15 @@ const coreRoutes: RouteRecordRaw[] = [
requiresAuth: true, // 如果需要登录验证
},
},
{
component: () => import('#/views/screen/security/index.vue'),
name: 'security',
path: '/security',
meta: {
title: '安防大屏',
requiresAuth: true, // 如果需要登录验证
},
},
// {
// component: () => import('#/views/screen/security/index.vue'),
// name: 'security',
// path: '/security',
// meta: {
// title: '安防大屏',
// requiresAuth: true, // 如果需要登录验证
// },
// },
{
component: () => import('#/views/screen/digitalIntelligence/index.vue'),
name: 'digitalIntelligence',