From 74f11787d1aa6add1c40b31fecb45f12f4b9cd5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=B7=E5=B0=8F=E5=89=8D?= Date: Thu, 22 Jan 2026 19:49:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index a51acbf3..6d127bd3 100755 --- a/app.py +++ b/app.py @@ -4590,8 +4590,8 @@ def generate_verification_code(): @app.route('/api/auth/login', methods=['POST']) -def login(): - """传统登录 - 使用Session""" +def login_with_password(): + """传统登录 - 使用密码登录""" try: username = request.form.get('username')