diff --git a/report-ui/src/router/index.js b/report-ui/src/router/index.js index 0b57fe5a..965986a7 100644 --- a/report-ui/src/router/index.js +++ b/report-ui/src/router/index.js @@ -66,20 +66,9 @@ export const constantRouterMap = [ { path: '/excelreport/designer', component: () => import('@/views/report/excelreport/designer'), hidden: true, meta: { requireAuth: true }}, { path: '/404', component: () => import('@/views/404'), hidden: true }, { path: '*', redirect: '/login', hidden: true }, - /* - { - path: '/helpCenList', component: () => import('@/views/helpCenList/list'), hidden: true, - children: [ - { path: 'list', component: () => import('@/views/helpCenList/list-title'), hidden: true }, - { path: 'detail', component: () => import('@/views/helpCenList/list-detail'), hidden: true }, - { path: 'search', component: () => import('@/views/helpCenList/list-search'), hidden: true } - ] - }, - */ ] export default new Router({ - // mode: 'history', //后端支持可开 scrollBehavior: () => ({ y: 0 }), routes: constantRouterMap }) diff --git a/report-ui/src/views/helpCenList/list-detail.vue b/report-ui/src/views/helpCenList/list-detail.vue deleted file mode 100644 index 64695b36..00000000 --- a/report-ui/src/views/helpCenList/list-detail.vue +++ /dev/null @@ -1,59 +0,0 @@ - - - 返回 - {{helpTitle}} - - - - - \ No newline at end of file diff --git a/report-ui/src/views/helpCenList/list-search.vue b/report-ui/src/views/helpCenList/list-search.vue deleted file mode 100644 index e1cc9b95..00000000 --- a/report-ui/src/views/helpCenList/list-search.vue +++ /dev/null @@ -1,84 +0,0 @@ - - - 搜索"{{searchInput}}",共找到{{totalCount}}个相关的问题。 - - - {{item.helpTitle}} - - - - - - - \ No newline at end of file diff --git a/report-ui/src/views/helpCenList/list-title.vue b/report-ui/src/views/helpCenList/list-title.vue deleted file mode 100644 index d678b231..00000000 --- a/report-ui/src/views/helpCenList/list-title.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - {{title}} - - • {{item.helpTitle}} - - - - - \ No newline at end of file diff --git a/report-ui/src/views/helpCenList/list.vue b/report-ui/src/views/helpCenList/list.vue deleted file mode 100644 index 84b5e341..00000000 --- a/report-ui/src/views/helpCenList/list.vue +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - 首页 - - - - - - 搜索 - - - - - - {{item.label}} - - - - - - - - - -