[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/MD310/ap/app/zte_webui/js/com.js b/lynq/MD310/ap/app/zte_webui/js/com.js
index 069fe72..75cd06d 100755
--- a/lynq/MD310/ap/app/zte_webui/js/com.js
+++ b/lynq/MD310/ap/app/zte_webui/js/com.js
@@ -7132,6 +7132,7 @@
                 if (data.result == "success") {

                     successOverlay();

                     location.hash = "#main";

+                    location.reload();

                 }

                 else {

                     errorOverlay();