From 2b2874571ec72154247fbfe71478e730b5b90f9d Mon Sep 17 00:00:00 2001 From: yms Date: Thu, 12 Dec 2024 16:27:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c46fd65..abeae81 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ 请在 config 文件加入以下脚本 -## headScripts: [ { src: process.env.NODE_ENV === 'production' ?'http://10.1.214.174:8090/example/CooGL/CooGL.js' : 'http://123.157.223.158:30010/CooGL/version/v1.4/CooGL.js', }, ], +## headScripts: [ { src: process.env.NODE_ENV === 'production' ?'https://10.1.174.34:13600/gis/example/CooGL/CooGL.js': 'http://123.157.223.158:30010/CooGL/version/v1.4/CooGL.js', }, ], 针对 infowindow 组件,请使用 CustomOverlay 封装 -- GitLab