Browse Source

清理warning相关信息

QM303176530 4 năm trước cách đây
mục cha
commit
a84767b4d2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      web/src/view/layout/aside/historyComponent/history.vue

+ 0 - 1
web/src/view/layout/aside/historyComponent/history.vue

@@ -147,7 +147,6 @@ export default {
           return item.name == this.rightActive
         }
       )
-      console.log(right)
       this.$router.push(right)
       sessionStorage.setItem('historys', JSON.stringify(this.historys))
     },