This commit is contained in:
caoqianming 2020-06-08 14:07:31 +08:00
commit c985c2f549
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ USE_TZ = True
# 跨域配置 # 跨域配置
CORS_ALLOW_CREDENTIALS = False CORS_ALLOW_CREDENTIALS = False
CORS_ORIGIN_ALLOW_ALL = True CORS_ORIGIN_ALLOW_ALL = True
CORS_ALLOW_CREDENTIALS = False
# Static files (CSS, JavaScript, Images) # Static files (CSS, JavaScript, Images)