diff --git a/dangan-ui/src/components/Breadcrumb/index.vue b/dangan-ui/src/components/Breadcrumb/index.vue index 1696f54..bad9d6d 100644 --- a/dangan-ui/src/components/Breadcrumb/index.vue +++ b/dangan-ui/src/components/Breadcrumb/index.vue @@ -35,7 +35,7 @@ export default { const first = matched[0] if (!this.isDashboard(first)) { - matched = [{ path: '/index', meta: { title: '首页' }}].concat(matched) + matched = [{ path: '/index', meta: { title: '档案检索' }}].concat(matched) } this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false) diff --git a/dangan-ui/src/router/index.js b/dangan-ui/src/router/index.js index 71907b6..76dfa7f 100644 --- a/dangan-ui/src/router/index.js +++ b/dangan-ui/src/router/index.js @@ -70,7 +70,7 @@ export const constantRoutes = [ path: 'index', component: () => import('@/views/index'), name: 'Index', - meta: { title: '首页', icon: 'dashboard', affix: true } + meta: { title: '档案检索', icon: 'dashboard', affix: true } } ] }, diff --git a/dangan-ui/src/views/index.vue b/dangan-ui/src/views/index.vue index e2cd045..514c434 100644 --- a/dangan-ui/src/views/index.vue +++ b/dangan-ui/src/views/index.vue @@ -1,1067 +1,578 @@ +