diff --git a/src/App.vue b/src/App.vue index ec9032c..213cd41 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,6 +6,30 @@ + diff --git a/src/components/AliOSS/index.vue b/src/components/AliOSS/index.vue index c77a6ce..f5f9df7 100644 --- a/src/components/AliOSS/index.vue +++ b/src/components/AliOSS/index.vue @@ -12,7 +12,7 @@ - 点击上传 + 上传附件 diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index e224ff7..a9cba01 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -37,7 +37,7 @@ export default { const first = matched[0] if (!this.isDashboard(first)) { - matched = [{ path: '/dashboard', meta: { title: 'Dashboard' }}].concat(matched) + matched = [{ path: '/dashboard', meta: { title: '首页' }}].concat(matched) } this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false) @@ -70,9 +70,11 @@ export default { diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 37bc1e6..e72c05d 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -1,11 +1,11 @@