fix(10): 修正前端cookie写入的问题,指定same-site,防止浏览器阻止cookie的写入
This commit is contained in:
@@ -11,4 +11,8 @@ server:
|
||||
cors:
|
||||
allowed-origins:
|
||||
- http://localhost:5158
|
||||
- http://192.168.123.199:5158
|
||||
- http://192.168.123.199:5158
|
||||
|
||||
sa-token:
|
||||
cookie:
|
||||
secure: false
|
||||
Reference in New Issue
Block a user