visuddhinanda 2 年之前
父節點
當前提交
baf0d7c060
共有 1 個文件被更改,包括 1 次插入0 次删除
  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) => {