Browse Source

修改3

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

5
src/views/HomeView.vue

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

Loading…
Cancel
Save