cors
This commit is contained in:
parent
c985c2f549
commit
77c776824d
|
@ -2,5 +2,5 @@
|
|||
ENV = 'production'
|
||||
|
||||
# base api
|
||||
VUE_APP_BASE_API = 'http://116.63.176.211:8036/api'
|
||||
VUE_APP_BASE_API = 'http://116.63.176.211:8035'
|
||||
|
||||
|
|
|
@ -117,7 +117,6 @@ USE_TZ = True
|
|||
# 跨域配置
|
||||
CORS_ALLOW_CREDENTIALS = False
|
||||
CORS_ORIGIN_ALLOW_ALL = True
|
||||
CORS_ALLOW_CREDENTIALS = False
|
||||
|
||||
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
|
|
Loading…
Reference in New Issue