From ac7a844cb832901b032095204016531ec658f038 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Wed, 8 Apr 2026 11:52:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E5=8F=B0=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=AB=AF=E5=8F=A3=E4=B8=BA19001=EF=BC=88=E7=AC=A6?= =?UTF-8?q?=E5=90=88=E7=AB=AF=E5=8F=A3=E8=A7=84=E8=8C=83=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/app.py b/admin/app.py index 38a22aa..445b956 100644 --- a/admin/app.py +++ b/admin/app.py @@ -270,7 +270,7 @@ if __name__ == '__main__': print("=" * 50) print("文章撰写工作流系统 - 后台管理") print("=" * 50) - print(f"访问地址: http://localhost:5001") + print(f"访问地址: http://localhost:19001") print("=" * 50) - app.run(host='0.0.0.0', port=5001, debug=True) \ No newline at end of file + app.run(host='0.0.0.0', port=19001, debug=True) \ No newline at end of file