fix:修改路由为dashboard

This commit is contained in:
zyh
2023-03-14 10:15:18 +08:00
parent ef21d10f9c
commit 0ad70b7463
6 changed files with 19 additions and 11 deletions

View File

@@ -273,7 +273,7 @@ export default {
boxWidth: '',
boxHeight: '',
qrWidth: 10,
paddingLeft: 0,
paddingLeft: 0
}
},
methods: {
@@ -782,6 +782,11 @@ export default {
} else {
// this.initStar()
}
if (sessionStorage.getItem('nz-is-logout')) {
sessionStorage.removeItem('nz-previous-page')
sessionStorage.removeItem('nz-is-logout')
}
},
beforeDestroy () {
cancelAnimationFrame(this.constellationAnimation)