this.$store.state.tagsView.visitedViews.splice(this.$store.state.tagsView.visitedViews.findIndex(item => item.path === this.$route.path), 1)
let path = '/system/index'
this.$router.push({ path: path }).catch(()=>{});
this.$store.state.tagsView.visitedViews.splice(this.$store.state.tagsView.visitedViews.findIndex(item => item.path === this.$route.path), 1)
let path = '/system/index'
this.$router.push({ path: path }).catch(()=>{});
© 著作权归作者所有