From a3a6505fb5a3644070546a8d19736917567701bc Mon Sep 17 00:00:00 2001 From: yujinlong Date: Thu, 24 Oct 2024 17:10:33 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E6=89=93=E5=8C=85=E8=AF=B7=E6=B1=82url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.test | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.env.test b/.env.test index 469b307d..4ea2f2ec 100644 --- a/.env.test +++ b/.env.test @@ -1,6 +1,5 @@ -NODE_ENV=production # Whether to open mock -VITE_USE_MOCK = true +VITE_USE_MOCK = false # public path VITE_PUBLIC_PATH = / @@ -17,7 +16,7 @@ VITE_BUILD_COMPRESS = 'none' VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false # Basic interface address SPA -VITE_GLOB_API_URL=/basic-api +VITE_GLOB_API_URL=http://60.209.125.238:3008 # File upload address, optional # It can be forwarded by nginx or write the actual address directly