摘要: pip install django-cors-header MIDDLEWARE中添加到最前面 'corsheaders.middleware.CorsMiddleware', APP中添加 'corsheaders', 再 CORS_ORIGIN_ALLOW_ALL = True 阅读全文
posted @ 2020-01-12 14:35 国昌 阅读(194) 评论(0) 推荐(0)