From 257aaa328a3730015fd8405fec5ae7de12f551e5 Mon Sep 17 00:00:00 2001 From: Vben Date: Thu, 11 Mar 2021 01:29:42 +0800 Subject: [PATCH] chore: update .env --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index d573192d..a4bf8f3f 100644 --- a/.env.production +++ b/.env.production @@ -13,7 +13,7 @@ VITE_DROP_CONSOLE = true VITE_BUILD_COMPRESS = 'none' # Basic interface address SPA -VITE_GLOB_API_URL=/api +VITE_GLOB_API_URL=/basic-api # File upload address, optional # It can be forwarded by nginx or write the actual address directly -- GitLab