ソースを参照

Merge branch 'master' of http://git.choozmo.com:3000/choozmo/hhh_step_question

huaisianhuang 3 年 前
コミット
a0cd99ee04
1 ファイル変更1 行追加1 行削除
  1. 1 1
      step_question/apis/main.py

+ 1 - 1
step_question/apis/main.py

@@ -49,7 +49,7 @@ async def submit(request: Request):
 #    fr.close()
 #    response = RedirectResponse(url='/a1/index_complete.html')
     lines="""<html><body>
-    <script>    window.location.href = "/a1/index_complete.html?par={0}"; </script>
+    <script>  window.location.replace("/a1/index_complete.html?par={0}");   </script>
     </body></html>"""
     return HTMLResponse(content=lines.format(str(random.randint(100000,999999))), status_code=200)