perf: ticket icon 默认跳转到待我审批

This commit is contained in:
Eric
2023-02-21 15:19:02 +08:00
committed by Eric_Lee
parent b2fa253fb4
commit 940ff7acfa

View File

@@ -35,7 +35,7 @@ export default {
},
goToTickets() {
// this.$router.push({ name: 'TicketList' })
this.$router.push('/tickets')
this.$router.push('/tickets/assigned-tickets')
}
}
}