fix:心中部分功能

This commit is contained in:
xcool
2022-10-17 22:53:49 +08:00
parent d0db1482d1
commit f023d8cc02
7 changed files with 671 additions and 8 deletions

View File

@@ -159,6 +159,13 @@ const constantRoutes = [
meta: { showPublish: false, showPreview: false, showShare: true, showDownload: true },
component: () => import(/* webpackChunkName: "analyse" */ "@/views/DataAnalyse/particulars/list")
},
{
path: "test-particulars",
name: "TestParticulars",
meta: { keepAlive: true },
meta: { showPublish: false, showPreview: false, showShare: true, showDownload: true },
component: () => import(/* webpackChunkName: "analyse" */ "@/views/DataAnalyse/particulars/test")
},
{
path: "diagram",
name: "Diagram",