From d62710e910c2410f6b0ec6dcb07a636be13fe634 Mon Sep 17 00:00:00 2001 From: fmk1023 Date: Mon, 26 Jan 2026 18:11:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=81=E5=8A=BF=E6=84=9F=E7=9F=A5=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0-=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E4=B8=8A=E4=B8=8B=E6=96=87=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 33830ab..e2dad02 100644 --- a/.env.production +++ b/.env.production @@ -5,10 +5,10 @@ VITE_ENV = 'production' VITE_HOST = 'http://222.20.126.217:10010/SAP' # 接口地址 -VITE_API_HOST = '/gateway/official' +VITE_API_HOST = '/' # devPress接口地址 -VITE_DEV_API_HOST = '/gateway/official' +VITE_DEV_API_HOST = '/' # devPress地址 VITE_DEV_HOST = 'https://gitcode.com'