From 08dff5c68ce091b6147c7f5d08995ada55042fb7 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Mon, 29 Dec 2025 10:01:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E6=9C=BA=E6=9E=84=E6=94=B9?= =?UTF-8?q?=E6=88=90=E9=BB=98=E8=AE=A4101?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index e4666e7..4a66108 100644 --- a/.env.production +++ b/.env.production @@ -2,7 +2,7 @@ VITE_USE_MOCK = false # 发布路径 -VITE_PUBLIC_PATH = /biz102 +VITE_PUBLIC_PATH = /biz101 # 是否启用gzip或brotli压缩 # 选项值: gzip | brotli | none @@ -13,10 +13,10 @@ VITE_BUILD_COMPRESS = 'gzip' VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false #后台接口父地址(必填) -VITE_GLOB_API_URL=/nursingunit102 +VITE_GLOB_API_URL=/nursingunit101 #后台接口全路径地址(必填) -VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit102 +VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit101 # VITE_GLOB_DOMAIN_URL=http://115.175.20.152/nursingunit104 # 接口父路径前缀