From a2772f2e4e44a60e181e47559ce337d1fec75856 Mon Sep 17 00:00:00 2001 From: Administrator <admin> Date: Fri, 28 May 2021 00:18:17 +0800 Subject: [PATCH] 客户信息新增,登记修改,巡逻修改 --- pages/map/map.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/map/map.vue b/pages/map/map.vue index 8a37d8a..54dc77f 100644 --- a/pages/map/map.vue +++ b/pages/map/map.vue @@ -32,7 +32,7 @@ } this.urls = "https://web.byisf.com/xcxjingqingmap/xcxmap.html?data=" + data; // this.dataList = data; - // console.log(this.urls); + console.log(this.urls); }, } </script> -- Gitblit v1.9.3