补充6
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user