From d7faa1ec5d4d4cc789dbc04981b9150d355f8a92 Mon Sep 17 00:00:00 2001 From: yxdy Date: Mon, 17 Feb 2025 14:24:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gallery/res/qml/component/MapContainer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gallery/res/qml/component/MapContainer.qml b/Gallery/res/qml/component/MapContainer.qml index 430b6dd..ff218fd 100644 --- a/Gallery/res/qml/component/MapContainer.qml +++ b/Gallery/res/qml/component/MapContainer.qml @@ -53,7 +53,7 @@ Item { Layout.preferredWidth: 500 Layout.preferredHeight: 60230 id: webQues - url: "http://localhost:8077/maptool/" // http://123.6.102.119:86/ + url: "http://123.6.102.119:85/maptool/" // http://123.6.102.119:86/ settings.localContentCanAccessRemoteUrls: true settings.localContentCanAccessFileUrls: false settings.pluginsEnabled: false