From 57282048850d03ee8db828f586c364577a44f02f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 03 Feb 2021 11:53:53 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue
---
public/map/index.html | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/public/map/index.html b/public/map/index.html
index 840c1b8..8edea66 100644
--- a/public/map/index.html
+++ b/public/map/index.html
@@ -4,7 +4,7 @@
* @Author: yangsx
* @Date: 2019-11-28 09:50:16
* @LastEditors: song
- * @LastEditTime: 2021-01-29 16:25:05
+ * @LastEditTime: 2021-02-01 17:14:21
-->
<!DOCTYPE html>
<html lang="zh">
@@ -61,9 +61,12 @@
}
function showFun(id) {
- console.log(_AppEvent)
_AppEvent.dispatchAppEvent(_AppEvent.RUN_WIDGET, id);
}
+
+ function dw(x,y) {
+ _AppEvent.dispatchAppEvent("goto", {x:x,y:y});
+ }
</script>
</head>
--
Gitblit v1.9.3