feat : 新增echarts中指定日期展示及细节优化

This commit is contained in:
2024-02-28 18:08:44 +08:00
parent 59aa2a92d1
commit ea4f72780f
19 changed files with 810 additions and 438 deletions

View File

@@ -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: {