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