From 43c316de7163b3ea25bd8d554b07c0b7098c9456 Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Wed, 21 Aug 2024 14:28:28 +0800 Subject: [PATCH] feat: 添加代理人逻辑 --- gz-customerSystem/public/index.html | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gz-customerSystem/public/index.html b/gz-customerSystem/public/index.html index a68910f..ec0ecf8 100644 --- a/gz-customerSystem/public/index.html +++ b/gz-customerSystem/public/index.html @@ -2,8 +2,8 @@ * @Company: hugeInfo * @Author: ldh * @Date: 2022-02-18 14:58:23 - * @LastEditTime: 2023-05-12 19:19:14 - * @LastEditors: lwh + * @LastEditTime: 2024-08-17 11:55:06 + * @LastEditors: dminyi 1301963064@qq.com * @Version: 1.0.0 * @Description: --> @@ -34,6 +34,7 @@ <title>白云区矛盾纠纷多元化解平台</title> <script type="text/javascript" src="http://120.79.193.119:8000/pageoffice/pageoffice.js"></script> <script type="text/javascript" src="./locationSelect.js"></script> + <script type="text/javascript" src="//api.map.baidu.com/api?type=webgl&v=1.0&ak=13i28TcWWSbyYIqjHaJceqQbZa1dFlOt"></script> <script> window.onload = () => { document.getElementById('loader-wrapper').remove(); -- Gitblit v1.8.0