From 044d7fd3d1f7c7029662883627a2db2a0b48751c Mon Sep 17 00:00:00 2001 From: wzy-warehouse <18135009705@163.com> Date: Tue, 16 Jun 2026 10:33:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9geoserver=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 2a08ab2..98dc148 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VITE_BACKEND_BASE_URL=http://localhost:8081 START_PORT=81 # geoserver地址 -VITE_GEOSERVER_BASE_URL=http://47.92.216.173:4019/geoserver/xian +VITE_GEOSERVER_BASE_URL=http://47.92.216.173:4020/geoserver/xian # WebSocket地址 VITE_WEBSOCKET_URL=http://localhost:8081/websocket