diff --git a/src/main.js b/src/main.js index 6e2919e8..3aed4b83 100644 --- a/src/main.js +++ b/src/main.js @@ -15,7 +15,7 @@ Vue.config.productionTip = false router.beforeEach((to, from, next) => { if (to.meta.title) { - document.title = to.meta.title + document.title = to.meta.title + ' | Halo Dashboard' } next() }) diff --git a/src/views/post/CategoryList.vue b/src/views/post/CategoryList.vue index 72976bbb..5797c9ef 100644 --- a/src/views/post/CategoryList.vue +++ b/src/views/post/CategoryList.vue @@ -22,7 +22,7 @@ - + 保存 @@ -46,14 +46,14 @@ 编辑 删除 - +