From 685ee8b2819fad9d42eded2e10f37f771d353895 Mon Sep 17 00:00:00 2001
From: wgx <31655391@qq.com>
Date: Sat, 23 May 2026 10:26:13 +0800
Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E6=B5=8B=E6=95=B0=E6=8D=AE=E6=94=B9?=
=?UTF-8?q?=E9=80=A0=E5=AF=BC=E5=87=BA=E5=8F=8A=E6=9F=A5=E8=AF=A2=E6=96=B9?=
=?UTF-8?q?=E6=A1=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.development | 4 ++--
src/components/MapSelect/MapSelect.vue | 21 +++++++++++++++++----
src/views/sys/login/TokenLoginPage.vue | 2 +-
3 files changed, 20 insertions(+), 7 deletions(-)
diff --git a/.env.development b/.env.development
index b0855a0..e4a1d61 100644
--- a/.env.development
+++ b/.env.development
@@ -6,7 +6,7 @@ VITE_PUBLIC_PATH = /
# 跨域代理,您可以配置多个 ,请注意,没有换行符
VITE_PROXY = [["/jeecgboot","http://192.168.2.110:9999"],["/upload","http://192.168.2.110:3300/upload"]]
-#VITE_PROXY = [["/jeecgboot","https://fxnsp.sxcooh.com/lh-api/"],["/upload","http://192.168.2.111:3300/upload"]]
+VITE_PROXY = [["/jeecgboot","https://fxnsp.sxcooh.com/lh-api/"],["/upload","http://192.168.2.111:3300/upload"]]
# 控制台不输出
VITE_DROP_CONSOLE = false
@@ -16,7 +16,7 @@ VITE_GLOB_API_URL=/jeecgboot
#后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=http://192.168.2.110:9999
-#VITE_GLOB_DOMAIN_URL=https://fxnsp.sxcooh.com
+VITE_GLOB_DOMAIN_URL=https://fxnsp.sxcooh.com
# 接口前缀
VITE_GLOB_API_URL_PREFIX=
diff --git a/src/components/MapSelect/MapSelect.vue b/src/components/MapSelect/MapSelect.vue
index 46942a0..92d4d79 100644
--- a/src/components/MapSelect/MapSelect.vue
+++ b/src/components/MapSelect/MapSelect.vue
@@ -50,11 +50,13 @@