sige 1 year ago
parent
commit
5a0dea98e3
  1. 2
      src/web/src/pages/main/Page.vue

2
src/web/src/pages/main/Page.vue

@ -189,9 +189,9 @@ async function notificationRefresh() {
// action logout
async function actionUserLogout() {
appStore.setAccessToken(null);
let client = ApiClient.getClient();
await client.userLogout();
appStore.setAccessToken(null);
}
// action switch content

Loading…
Cancel
Save