Browse Source

no message

libushang 8 months ago
parent
commit
f4245a9e80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routers/prod_api/zwrz.py

+ 1 - 1
routers/prod_api/zwrz.py

@@ -102,7 +102,7 @@ async def login(
     if row is None:
         logger.error("没有匹配的账号绑定用户。")
         user = {"username": name, "mobile": mobile}
-        goto_url = "/yzy/#/noyzyuser"
+        goto_url = f"/{src}/#/noyzyuser"
         return RedirectResponse(url=goto_url)
 
     # 保存user_id