邓洁 : 绑定首页实时数据
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user