Axios Get请求发送 flask后端接受不到数据

img


发送部分代码如上,试过直接传json表,content-type改成'application/x-www-form-urlencoded', 都没有用。
前端console。log打印出发送的数据如下:

img


但后端接收print了request.data和request.form都为空。

完整代码是什么