Explorar el Código

清理warning相关信息

QM303176530 hace 4 años
padre
commit
a84767b4d2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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))
     },