Browse Source

修改3

layui
liaoxinyu 2 years ago
parent
commit
c351720c2e
  1. 3
      src/views/HomeView.vue

3
src/views/HomeView.vue

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

Loading…
Cancel
Save