优化驾驶舱

This commit is contained in:
GGJ
2025-05-29 16:01:44 +08:00
parent 80bdda9abc
commit 6e99373c1c
9 changed files with 383 additions and 419 deletions

View File

@@ -232,6 +232,14 @@ export const adminBaseRoute = {
meta: {
title: pageTitle('router.popup')
}
},
{
path: 'view',
component: () => import('@/views/pqs/cockpit/setUp/components/view.vue'),
name: '预览项目',
meta: {
title: pageTitle('router.view')
}
}
]
},