diff --git a/src/views/BlankView.vue b/src/views/BlankView.vue index e2ae1da..49be94d 100644 --- a/src/views/BlankView.vue +++ b/src/views/BlankView.vue @@ -9,6 +9,7 @@ export default { name: 'BlankView', mounted() { console.log('mounted...'); + console.log(window.performance.navigation.type); //处理css样式污染问题 if (window.performance.navigation.type == window.performance.navigation.TYPE_RELOAD) { router.push('/home');