|
|
|
@ -131,7 +131,7 @@ |
|
|
|
window.addEventListener('resize', this.handleResize); |
|
|
|
|
|
|
|
const title = sessionStorage.getItem('title'); |
|
|
|
if (!title&&this.title != 'PYTN') { |
|
|
|
if (!title&&this.$route.path !== '/PytnUsdt') { |
|
|
|
this.$router.replace({ path: '/PytnUsdt' }); |
|
|
|
} |
|
|
|
}, |
|
|
|
|