From d1b64ebfe93cc65fd1568eb0762b576f9fe3d64f Mon Sep 17 00:00:00 2001 From: heduo Date: Tue, 9 Apr 2024 18:31:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(hd):=20=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=85=A8=E5=B1=80api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.test b/.env.test index 6abeaf4..86272ea 100644 --- a/.env.test +++ b/.env.test @@ -17,7 +17,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=/api/mg # File upload address, optional # It can be forwarded by nginx or write the actual address directly -- 2.24.1