feat : 新增echarts中指定日期展示及细节优化
This commit is contained in:
@@ -23,6 +23,15 @@ const routes = [
|
||||
breadcrumb: true
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/:tunnelId/:siteId',
|
||||
name: 'changeSitePreview',
|
||||
component: () => import('@/views/tunnel/index.vue'),
|
||||
meta: {
|
||||
title: '站点预览',
|
||||
breadcrumb: true
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/:tunnelId',
|
||||
name: 'previewTunnel',
|
||||
@@ -51,7 +60,7 @@ const routes = [
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/site/:userId(\\d+)',
|
||||
path: '/site/:userId(\\d+)/:siteId(\\d+)',
|
||||
name: 'site',
|
||||
component: () => import('@/views/site/index.vue'),
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user