fix:心中部分功能
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user