mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 20:35:35 +08:00
fixed: 需要登录的api的跨域问题
This commit is contained in:
@@ -68,7 +68,4 @@ playedu:
|
||||
key: "eJTJSLPv13fw9twbuPoeicypLqnSfYWL" #32个字符,加密key用来加密jwt的数据[运行本系统之前请务必修改]
|
||||
expire: 1296000 #token有效期[单位:秒,默认15天]
|
||||
cache-black-prefix: "jwt:blk:" #主动注销的token黑名单缓存前缀
|
||||
# CORS
|
||||
cors:
|
||||
origins: "*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user