This commit is contained in:
liaozetao
2023-10-17 16:39:56 +08:00
parent 99c15ac7ee
commit 28606a97ec

View File

@@ -7,8 +7,8 @@ import router from '@/router';
export default { export default {
name: 'BlankView', name: 'BlankView',
mounted() { created() {
console.log('mounted...'); console.log('created...');
console.log(window.performance.navigation.type); console.log(window.performance.navigation.type);
//处理css样式污染问题 //处理css样式污染问题
if (window.performance.navigation.type == window.performance.navigation.TYPE_RELOAD) { if (window.performance.navigation.type == window.performance.navigation.TYPE_RELOAD) {