This commit is contained in:
caoqianming 2020-06-08 14:08:13 +08:00
parent c985c2f549
commit 77c776824d
2 changed files with 1 additions and 2 deletions

View File

@ -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'

View File

@ -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)