diff --git a/src/assets/images/blog.png b/src/assets/images/blog.png deleted file mode 100644 index 81d0cff..0000000 Binary files a/src/assets/images/blog.png and /dev/null differ diff --git a/src/components/Deploy.vue b/src/components/Deploy.vue index c8028cc..a4ddcab 100644 --- a/src/components/Deploy.vue +++ b/src/components/Deploy.vue @@ -159,7 +159,7 @@ export default { if (simpleStatus.modified) { this.commit( simpleStatus.branch, - "Commit at " + this.dateFormat("yyyy-MM-dd HH:mm:ss", new Date()) + "Commit at " + this.dateFormat("yyyy-MM-dd hh:mm:ss", new Date()) ); } else { this.$notify({ message: "资料库无变更", type: "warning" }); diff --git a/src/components/MainMenu.vue b/src/components/MainMenu.vue index 3b9a20f..cba5fc3 100644 --- a/src/components/MainMenu.vue +++ b/src/components/MainMenu.vue @@ -15,10 +15,6 @@ {{$t('menuCreate')}} - - - 好博客 - {{$t('menuSettings')}} @@ -42,7 +38,6 @@ switch (index) { case 'main': case 'create': - case 'blogs': case 'settings': case 'about': this.$router.push({name: index}) diff --git a/src/router.js b/src/router.js index 17248b5..6247fc6 100644 --- a/src/router.js +++ b/src/router.js @@ -24,11 +24,6 @@ export default new Router({ name: 'edit', component: () => import('./views/Edit.vue') }, - { - path: '/blogs', - name: 'blogs', - component: () => import('./views/Blogs.vue') - }, { path: '/settings', name: 'settings', diff --git a/src/views/Blogs.vue b/src/views/Blogs.vue deleted file mode 100644 index 76e382b..0000000 --- a/src/views/Blogs.vue +++ /dev/null @@ -1,332 +0,0 @@ - - - - - \ No newline at end of file