From 63ad2c3598400370dd7da5534659fd7e768a0a4a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 May 2022 17:29:46 +0800
Subject: [PATCH] 地址替换

---
 public/map/index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/map/index.html b/public/map/index.html
index d0f5bcd..fa4f9a8 100644
--- a/public/map/index.html
+++ b/public/map/index.html
@@ -43,10 +43,10 @@
     if(ISinit == null){
       init(openId,null);
     }
-    function locations() {
+    function locations(res) {
       require(["dojo/topic"],
         function (topic) {
-        topic.publish("location", "2323");
+        topic.publish("location", res);
       }
       );
     }

--
Gitblit v1.9.3