From ccfd07feeaa670a3d56548d7fea0936e299df95b Mon Sep 17 00:00:00 2001
From: huangyinfeng <1244041895@qq.com>
Date: 星期三, 18 九月 2024 14:33:31 +0800
Subject: [PATCH] 部分功能

---
 .env.docker |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.env.docker b/.env.docker
index 2e4117b..f7676e7 100644
--- a/.env.docker
+++ b/.env.docker
@@ -13,10 +13,10 @@
 # Optional: gzip | brotli | none
 # If you need multiple forms, you can use `,` to separate
 VITE_BUILD_COMPRESS = 'none'
-VITE_GLOB_API_URL="__vg_base_url"
+VITE_GLOB_API_URL = "__vg_base_url"
 
 # File upload address锛� optional
 # It can be forwarded by nginx or write the actual address directly
-VITE_GLOB_UPLOAD_URL=/files/upload
+VITE_GLOB_UPLOAD_URL = /files/upload
 # Interface prefix
-VITE_GLOB_API_URL_PREFIX=
+VITE_GLOB_API_URL_PREFIX =

--
Gitblit v1.8.0