feat(N/A): 关闭dev环境的secure配置,sameSite配置为Lax,允许浏览器保存cookie

This commit is contained in:
guo
2025-10-26 15:19:04 +08:00
parent 365f996f9c
commit cfbe1cd029
+2 -1
View File
@@ -15,4 +15,5 @@ cors:
sa-token:
cookie:
secure: true
secure: false
sameSite: Lax