[Bugfix][R305][bug-view-2024][wifi] Modifying WiFi SSID, password, and encryption method in Quick Settings, the WiFi QR code information on the homepage has not been updated, resulting in an issue with connecting to WiFi
Change-Id: If00646c163e905e3abbf109fc677929fdb501356
diff --git a/lynq/R307L/ap/app/zte_webui/js/com.js b/lynq/R307L/ap/app/zte_webui/js/com.js
index 6e0dc7d..aa22136 100755
--- a/lynq/R307L/ap/app/zte_webui/js/com.js
+++ b/lynq/R307L/ap/app/zte_webui/js/com.js
@@ -7099,6 +7099,7 @@
if (data.result == "success") {
successOverlay();
location.hash = "#main";
+ location.reload();
}
else {
errorOverlay();