Browse Source

修改3

layui
liaoxinyu 2 years ago
parent
commit
4f8793ef14
  1. 2
      src/views/HomeView.vue

2
src/views/HomeView.vue

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

Loading…
Cancel
Save