From 866e452aa2dd9dccf4dae54b654b224e0a6bf4b2 Mon Sep 17 00:00:00 2001 From: jr719 <403209447@qq.com> Date: Mon, 12 Apr 2021 00:28:15 +0800 Subject: [PATCH] sunday --- src/App.vue | 28 +- src/components/AliOSS/index.vue | 2 +- src/components/Breadcrumb/index.vue | 8 +- src/layout/components/AppMain.vue | 8 + src/layout/components/Navbar.vue | 77 +- src/layout/index.vue | 2 +- src/router/index.js | 2 + src/utils/index.js | 16 + src/views/convenience/add.vue | 9 +- src/views/convenience/detail.vue | 987 +++++++++++++++++--------- src/views/convenience/img/icon_bj.png | Bin 0 -> 953 bytes src/views/convenience/img/icon_sh.png | Bin 0 -> 1198 bytes src/views/convenience/img/icon_zj.png | Bin 0 -> 1208 bytes src/views/convenience/list.vue | 501 ++++++------- src/views/dashboard/admin/index.vue | 14 +- src/views/login/index.vue | 9 +- src/views/workBook/img/comingSoon.png | Bin 0 -> 383807 bytes src/views/workBook/list.vue | 47 +- 18 files changed, 1009 insertions(+), 701 deletions(-) create mode 100644 src/views/convenience/img/icon_bj.png create mode 100644 src/views/convenience/img/icon_sh.png create mode 100644 src/views/convenience/img/icon_zj.png create mode 100644 src/views/workBook/img/comingSoon.png 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 @@ - + --> - +