Przeglądaj źródła

update CategoryIndex.vue

reghao 3 miesięcy temu
rodzic
commit
0bd3d24d4a

+ 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
     }