fix:修改路由为dashboard
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user