style: 修复错别字

This commit is contained in:
zhengxinonly
2024-01-31 23:35:18 +08:00
parent c6598df116
commit e5a60da215
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class BaseConfig:
ROOT_PATH = os.path.dirname(os.path.abspath(__file__))
JWT_TOKEN_LOCATION = ["headers", "cookies"]
JWT_TOKEN_LOCATION = ["headers"]
JWT_ACCESS_TOKEN_EXPIRES = timedelta(days=7)
+1 -1
View File
@@ -127,7 +127,7 @@
},
});
// 请求后端,严重是否已经登录
// 请求后端,验证是否已经登录
$.ajax({
type: "GET",
url: "/api/v1/user/profile",