From 6258287050387e4f51c71c2cf3d1e6345223ead8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E7=8E=AE?= Date: Fri, 15 Nov 2024 17:40:22 +0800 Subject: [PATCH] init --- .env.development | 2 +- .env.production | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 214f9f9..a8246ce 100644 --- a/.env.development +++ b/.env.development @@ -8,7 +8,7 @@ VITE_PUBLIC_PATH=/ VITE_GLOB_API_URL=http://localhost:3920 # File upload address, optional -VITE_GLOB_UPLOAD_URL=http://localhost:3910/v1/system/upload +VITE_GLOB_UPLOAD_URL=http://localhost:3920/v1/system/upload # Interface prefix VITE_GLOB_API_URL_PREFIX= diff --git a/.env.production b/.env.production index 091951d..2b18ae3 100644 --- a/.env.production +++ b/.env.production @@ -11,10 +11,10 @@ VITE_BUILD_COMPRESS='none' # Basic interface address SPA -VITE_GLOB_API_URL=http://localhost:3910 +VITE_GLOB_API_URL=http://localhost:3920 # File upload address, optional -VITE_GLOB_UPLOAD_URL=http://localhost:3910/v1/system/upload +VITE_GLOB_UPLOAD_URL=http://localhost:3920/v1/system/upload # Interface prefix VITE_GLOB_API_URL_PREFIX=