fixed: 需要登录的api的跨域问题

This commit is contained in:
none
2023-03-02 17:51:08 +08:00
parent 751516807f
commit 64d10d961c
5 changed files with 12 additions and 22 deletions

View File

@@ -68,7 +68,4 @@ playedu:
key: "eJTJSLPv13fw9twbuPoeicypLqnSfYWL" #32个字符,加密key用来加密jwt的数据[运行本系统之前请务必修改]
expire: 1296000 #token有效期[单位:秒,默认15天]
cache-black-prefix: "jwt:blk:" #主动注销的token黑名单缓存前缀
# CORS
cors:
origins: "*"