添加注释
This commit is contained in:
@@ -8,6 +8,7 @@ import router from '@/router';
|
||||
export default {
|
||||
name: 'BlankView',
|
||||
created() {
|
||||
//处理css样式污染问题
|
||||
if (window.performance.navigation.type != window.performance.navigation.TYPE_RELOAD) {
|
||||
window.location.reload();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user