邓洁 : 隧道模型合并

This commit is contained in:
dengj
2023-12-07 15:58:43 +08:00
parent 7766cd16ef
commit 5f14289731
25 changed files with 438499 additions and 5 deletions

View File

@@ -22,6 +22,15 @@ const routes = [
title: '首页',
breadcrumb: true
}
},
{
path: '/socket',
name: 'socket',
component: () => import('@/views/socket/index.vue'),
meta: {
title: 'socket',
breadcrumb: true
}
}
];