补充6
This commit is contained in:
@@ -7,8 +7,8 @@ import router from '@/router';
|
||||
|
||||
export default {
|
||||
name: 'BlankView',
|
||||
mounted() {
|
||||
console.log('mounted...');
|
||||
created() {
|
||||
console.log('created...');
|
||||
console.log(window.performance.navigation.type);
|
||||
//处理css样式污染问题
|
||||
if (window.performance.navigation.type == window.performance.navigation.TYPE_RELOAD) {
|
||||
|
Reference in New Issue
Block a user