diff --git a/web/app.py b/web/app.py index 5cd7280..4bcbac0 100644 --- a/web/app.py +++ b/web/app.py @@ -264,4 +264,4 @@ if __name__ == '__main__': print("📊 访问地址: http://localhost:8080") print("=" * 60) - app.run(host='0.0.0.0', port=8081, debug=True) \ No newline at end of file + app.run(host='0.0.0.0', port=8080, debug=True) \ No newline at end of file