路由调整 废弃Home页面

This commit is contained in:
huangchenhao 2025-11-07 17:30:05 +08:00
parent 36fd9cc17c
commit cc28570a29

View File

@ -5,7 +5,7 @@ const routes = [
{ {
path: '/', path: '/',
name: 'Home', name: 'Home',
component: () => import('../views/Home.vue') redirect: '/cockpit',
}, },
{ {
path: '/cockpit', path: '/cockpit',