From 9fd93c460cd3c7110c245d64c40529a5020c3092 Mon Sep 17 00:00:00 2001 From: fmk1023 Date: Mon, 26 Jan 2026 18:24:09 +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.development | 4 ++-- .env.production | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index df29f99..18e0ae9 100644 --- a/.env.development +++ b/.env.development @@ -5,10 +5,10 @@ VITE_ENV = 'development' VITE_HOST = 'https://test.gitcode.net' # 接口地址 -VITE_API_HOST = '/' +VITE_API_HOST = 'http://222.20.126.217:8100/' # devPress接口地址 -VITE_DEV_API_HOST = '/' +VITE_DEV_API_HOST = 'http://222.20.126.217:8100/' # devPress地址 VITE_DEV_HOST = 'https://test.gitcode.net' diff --git a/.env.production b/.env.production index e2dad02..15a3478 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 = '/' +VITE_API_HOST = 'http://222.20.126.217:8100/' # devPress接口地址 -VITE_DEV_API_HOST = '/' +VITE_DEV_API_HOST = 'http://222.20.126.217:8100/' # devPress地址 VITE_DEV_HOST = 'https://gitcode.com'