Parcourir la source

update CategoryIndex.vue

reghao il y a 3 mois
Parent
commit
0bd3d24d4a
2 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 1
      src/views/blog/CategoryIndex.vue
  2. 0 1
      src/views/blog/CategoryPage.vue

+ 0 - 1
src/views/blog/CategoryIndex.vue

@@ -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 = '文章分类'

+ 0 - 1
src/views/blog/CategoryPage.vue

@@ -97,7 +97,6 @@ export default {
 
     const path = this.$route.path
     const arr = path.split('/')
-    console.log(arr)
     if (arr.length !== 4) {
       return
     }