邓洁 : 更换路由

This commit is contained in:
dengj
2023-12-07 16:16:09 +08:00
parent 5f14289731
commit b800228012
4 changed files with 137 additions and 137 deletions

View File

@@ -24,11 +24,11 @@ const routes = [
}
},
{
path: '/socket',
name: 'socket',
component: () => import('@/views/socket/index.vue'),
path: '/tunnel',
name: 'tunnel',
component: () => import('@/views/tunnel/index.vue'),
meta: {
title: 'socket',
title: 'tunnel',
breadcrumb: true
}
}