QM303176530 пре 4 година
родитељ
комит
a84767b4d2
1 измењених фајлова са 0 додато и 1 уклоњено
  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))
     },