From fd6018dca815ec16ae0c9ca79a03f462af65dc81 Mon Sep 17 00:00:00 2001 From: msumshk Date: Thu, 29 Jan 2026 05:34:17 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20AdminAPI=20?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- .env.production | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 771f171..0bc37a1 100644 --- a/.env.development +++ b/.env.development @@ -4,10 +4,10 @@ VITE_BASE_URL = / # API 请求基础路径(开发环境设置为 / 使用代理,生产环境设置为完整后端地址) -VITE_API_URL = http://127.0.0.1:7801/ +VITE_API_URL = https://api-admin-dev.laosankeji.com # 代理目标地址(开发环境通过 Vite 代理转发请求到此地址,解决跨域问题) -VITE_API_PROXY_URL = http://127.0.0.1:7801/ +VITE_API_PROXY_URL = https://api-admin-dev.laosankeji.com # 腾讯地图 Key VITE_TENCENT_MAP_KEY = DGIBZ-YUM64-5ONUT-F4RIA-MPUP2-XFFXZ diff --git a/.env.production b/.env.production index 4a9effc..3110bbb 100644 --- a/.env.production +++ b/.env.production @@ -4,7 +4,7 @@ VITE_BASE_URL = / # API 地址前缀 -VITE_API_URL = https://kjkj.qiyuesns.cn/ +VITE_API_URL = https://api-admin-dev.laosankeji.com # 腾讯地图 Key VITE_TENCENT_MAP_KEY = DGIBZ-YUM64-5ONUT-F4RIA-MPUP2-XFFXZ