From 2f61231eb4b8b754fc157f09f02f77fe9055c42f Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 27 May 2025 09:08:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E7=9B=91=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/blueprints/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/dashboard/blueprints/system.py b/admin/dashboard/blueprints/system.py index f44023b..ab5ff76 100644 --- a/admin/dashboard/blueprints/system.py +++ b/admin/dashboard/blueprints/system.py @@ -19,7 +19,7 @@ def api_docs(): return render_template('api_docs.html') @system_bp.route('/system_status') @login_required -def api_docs(): +def system_status(): return render_template('system_status.html') # 页面路由 @system_bp.route('/wx_logs')