Problems with CORS: No 'Access-Control-Allow-Origin'

后端 未结 0 1217
耶瑟儿~
耶瑟儿~ 2021-02-04 23:55

I have a VueJs front-end the call API to a Flask back-end.

This is my CORS configuration in Flask:

app = flask.Flask(__name__, static_folder=\'static\')
ap         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题