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')