洞察报告;

This commit is contained in:
钱冠学
2024-08-16 17:57:06 +08:00
parent 8b19cd94cd
commit f471ec0764
11 changed files with 480 additions and 0 deletions

View File

@@ -200,6 +200,12 @@ const constantRoutes = [
meta: { keepAlive: true, showPublish: false, showPreview: false, showShare: true, showDownload: true },
component: () => import(/* webpackChunkName: "analyse" */ '@/views/DataAnalyse/particulars/test')
},
{
path: 'insight',
name: 'AnalysisInsight',
meta: { keepAlive: true, showDownload: true },
component: () => import(/* webpackChunkName: "analyse" */ '@/views/DataAnalyse/insight/Index.vue')
},
{
path: 'diagram',
name: 'Diagram',