visuddhinanda 2 năm trước cách đây
mục cha
commit
baf0d7c060
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      dashboard/src/load.ts

+ 1 - 0
dashboard/src/load.ts

@@ -80,6 +80,7 @@ const init = () => {
       }
     }
   );
+  //获取用户登录信息
   const token = getToken();
   if (token) {
     get<ITokenRefreshResponse>("/v2/auth/current").then((response) => {