From de5bee9f351594a1c110b153885f5641e4e6b4cd Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 11 Feb 2022 09:14:32 +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