This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user