[wifi] close
This commit is contained in:
parent
ebd6db5823
commit
2238cdbc30
|
@ -356,6 +356,7 @@ def submit():
|
||||||
start_hotspot()
|
start_hotspot()
|
||||||
else:
|
else:
|
||||||
save_wifi(ssid, password) # 保存连接成功的Wi-Fi信息
|
save_wifi(ssid, password) # 保存连接成功的Wi-Fi信息
|
||||||
|
close_app()
|
||||||
|
|
||||||
return redirect(url_for('index'))
|
return redirect(url_for('index'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue