修改路由名称为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')
},
{
path: '/test',
name: 'test',
path: '/yhz',
name: 'yhz',
component: () => import('../views/ServiceStationManagePage/index.vue')
}
]