From b13ca7916113b626fa6c2217fcfbe4ade3de0dca Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Mon, 13 Aug 2018 16:36:35 +0800
Subject: [PATCH] 可设置地图展示级别
---
src/main/webapp/js/utils.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/js/utils.js b/src/main/webapp/js/utils.js
index 58dfcf3..3d4db8e 100644
--- a/src/main/webapp/js/utils.js
+++ b/src/main/webapp/js/utils.js
@@ -1,4 +1,4 @@
-//paraName ���������������������
+//paraName ���������������
function getUrlParam(paraName) {
var url = document.location.toString();
var arrObj = url.split("?");
--
Gitblit v1.8.0