Skip to content

Commit

Permalink
Bugfix: #85
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyoubo committed Jan 13, 2020
1 parent a7399b6 commit a8d748f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 343 deletions.
Binary file removed src/assets/images/blog.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Deploy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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" });
Expand Down
5 changes: 0 additions & 5 deletions src/components/MainMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<i class="el-icon-edit"></i>
<span slot="title">{{$t('menuCreate')}}</span>
</el-menu-item>
<el-menu-item index="blogs">
<i class="iconfont icon-blog"></i>
<span slot="title">好博客</span>
</el-menu-item>
<el-menu-item index="settings">
<i class="el-icon-setting"></i>
<span slot="title">{{$t('menuSettings')}}</span>
Expand All @@ -42,7 +38,6 @@
switch (index) {
case 'main':
case 'create':
case 'blogs':
case 'settings':
case 'about':
this.$router.push({name: index})
Expand Down
5 changes: 0 additions & 5 deletions src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
332 changes: 0 additions & 332 deletions src/views/Blogs.vue

This file was deleted.

0 comments on commit a8d748f

Please sign in to comment.