在app目录下运行app.py执行一下命令 gunicorn -w 4 -b 0.0.0.0:8000 app:app 记得在前端页面将ip地址改为服务器ip地址
gunicorn -w 4 -b 0.0.0.0:8000 app:app