修改路由名称为yhz

This commit is contained in:
huangchenhao 2025-10-31 16:27:41 +08:00
parent a1698ed643
commit b52dabbf40

View File

@ -13,8 +13,8 @@ const routes = [
component: () => import('../views/cockpit/index.vue') component: () => import('../views/cockpit/index.vue')
}, },
{ {
path: '/test', path: '/yhz',
name: 'test', name: 'yhz',
component: () => import('../views/ServiceStationManagePage/index.vue') component: () => import('../views/ServiceStationManagePage/index.vue')
} }
] ]