From dba73ea2a44167e57f6067b2751e4d41fca307e6 Mon Sep 17 00:00:00 2001 From: simple321vip Date: Mon, 4 Apr 2022 00:27:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=84=E3=83=A2=E3=82=B8=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E8=AA=AC=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ src/router/index.ts | 7 +++++++ src/view/blog/index.vue | 2 +- src/view/cloud/index.vue | 2 +- src/view/dashboard/index.vue | 4 +--- src/view/download/index.vue | 20 ++++++++++++++++++++ src/view/recommend/index.vue | 2 +- src/view/school/index.vue | 2 +- src/view/thinking/index.vue | 2 +- 9 files changed, 39 insertions(+), 8 deletions(-) create mode 100644 src/view/download/index.vue diff --git a/README.md b/README.md index 120f902..e05df36 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,11 @@ // instand of vuex npm install pinia -S +# element-plus + npm install element-plus -S + +# js-cookie + npm install js-cookie -S + diff --git a/src/router/index.ts b/src/router/index.ts index bc5e27f..4fbaecb 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -61,6 +61,13 @@ const routes: Array = [ name: '推荐中' } }, + { + path: '/download', + component: () => import('../view/download/index.vue'), + meta: { + name: '一键打包' + } + }, ] } ] diff --git a/src/view/blog/index.vue b/src/view/blog/index.vue index c29dda5..afe271c 100644 --- a/src/view/blog/index.vue +++ b/src/view/blog/index.vue @@ -1,5 +1,5 @@ + + \ No newline at end of file diff --git a/src/view/recommend/index.vue b/src/view/recommend/index.vue index cb29545..cda1e0b 100644 --- a/src/view/recommend/index.vue +++ b/src/view/recommend/index.vue @@ -1,5 +1,5 @@