洞察报告;
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user