邓洁 : 绑定首页实时数据

This commit is contained in:
邓洁
2023-12-11 00:25:13 +08:00
parent 10268ab2ba
commit 86709fb13d
31 changed files with 588 additions and 279 deletions

View File

@@ -17,18 +17,18 @@ const routes = [
{
path: '/',
name: 'home',
component: () => import('@/views/home/index.vue'),
component: () => import('@/views/tunnel/index.vue'),
meta: {
title: '首页',
breadcrumb: true
}
},
{
path: '/tunnel',
name: 'tunnel',
component: () => import('@/views/tunnel/index.vue'),
path: '/debug',
name: 'debug',
component: () => import('@/views/debug/index.vue'),
meta: {
title: 'tunnel',
title: 'debug',
breadcrumb: true
}
}