thirdpayment
elf 11 months ago
parent db1a1f4836
commit eaa50d7c4d

@ -82,7 +82,7 @@
}, },
methods: { methods: {
logout() { logout() {
indow.sessionStorage.removeItem('token'); window.sessionStorage.removeItem('token');
window.location.href = '/login.html'; window.location.href = '/login.html';
}, },
getUserInfo() { getUserInfo() {

Loading…
Cancel
Save