thirdpayment
elf 11 months ago
parent 47da0be3e9
commit 283b5a9b26

@ -142,7 +142,7 @@
},
created() {
if (!window.sessionStorage.getItem('token')) {
window.location.href = '/login.html'
// window.location.href = '/login.html'
return;
} else {
this.getUserInfo();

Loading…
Cancel
Save