This commit is contained in:
shilin
2025-02-22 14:52:27 +08:00
parent 1c4185901b
commit 5a1aa1febf

View File

@ -220,6 +220,7 @@ export default {
// you can adjust it according to your needs.
if (view.name === 'Dashboard') {
// to reload home page
this.$router.replace({ path: '/redirect' + view.fullPath })
} else {
this.$router.push('/')