diff --git a/package.json b/package.json index 6c8d0b496..3974d7b02 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ "jsencrypt": "^3.0.3", "lodash": "^4.17.15", "luckyexcel": "^1.0.1", + "marked": "4.0.1", "mint-ui": "^2.2.13", "moment": "^2.29.4", "ol": "7.2.2", diff --git a/src/router/index.js b/src/router/index.js index 1c8964f4e..bb4e35641 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1002,7 +1002,7 @@ const router = new Router({ scrollBehavior: () => ({ y: 0, }), - routes: pageRoutes.concat(moduleRoutes, moduleShujuRoutes, dataBoardRoutes,dataAnalysisRoutes), + routes: pageRoutes.concat(moduleRoutes, moduleShujuRoutes, dataBoardRoutes), }); router.beforeEach((to, from, next) => { diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue index 70d641c36..bac1492b9 100644 --- a/src/views/main-navbar.vue +++ b/src/views/main-navbar.vue @@ -51,6 +51,12 @@ 智能分析 + diff --git a/src/views/modules/informationArchive/elderlyArchives/cpts/info-old.vue b/src/views/modules/informationArchive/elderlyArchives/cpts/info-old.vue index 263d5f0cf..a345483ba 100644 --- a/src/views/modules/informationArchive/elderlyArchives/cpts/info-old.vue +++ b/src/views/modules/informationArchive/elderlyArchives/cpts/info-old.vue @@ -1,5 +1,5 @@