฿100
฿200
฿300
฿0.2
🇹🇭 ไทย
🇬🇧 EN
{ if (!confirm(i18n.t('shell.logout_confirm'))) return; try { await api.post('/auth/logout', {}); } catch (e) {} $store.app.clearAuth(); if ('caches' in window) { try { const keys = await caches.keys(); await Promise.all(keys.map(k => caches.delete(k))); } catch (e) {} } window.location.hash = '#/login'; })() " :title="i18n.t('shell.logout')">