|
@@ -43,7 +43,6 @@ export default {
|
|
|
},
|
|
},
|
|
|
created() {
|
|
created() {
|
|
|
const path = this.$route.path
|
|
const path = this.$route.path
|
|
|
- console.log(path)
|
|
|
|
|
if (path !== undefined && path !== null) {
|
|
if (path !== undefined && path !== null) {
|
|
|
if (path.endsWith('category')) {
|
|
if (path.endsWith('category')) {
|
|
|
document.title = '文章分类'
|
|
document.title = '文章分类'
|