浏览代码

Мелкая поправка

Book Pauk 2 年之前
父节点
当前提交
abce84999f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      client/components/Api/Api.vue

+ 1 - 0
client/components/Api/Api.vue

@@ -261,6 +261,7 @@ class Api {
 
     async logout() {
         await this.request({action: 'logout'});
+        this.accessGranted = false;
         await this.request({action: 'test'});
     }
 }