thirdpayment
elf 11 months ago
parent 35acd7d85a
commit ea759b2286

@ -86,6 +86,8 @@
if (!window.sessionStorage.getItem('token')) { if (!window.sessionStorage.getItem('token')) {
window.location.href = '/login.html' window.location.href = '/login.html'
return; return;
} else {
this.getUserInfo();
} }
}, },
methods: { methods: {

Loading…
Cancel
Save