Browse Source

清理warning相关信息

main
QM303176530 4 years ago
parent
commit
a84767b4d2
  1. 1
      web/src/view/layout/aside/historyComponent/history.vue

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))
},

Loading…
Cancel
Save