thirdpayment
elf 11 months ago
parent 35acd7d85a
commit ea759b2286

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

Loading…
Cancel
Save