From 4348d21da80a1e54c94fb9528617b29090701080 Mon Sep 17 00:00:00 2001
From: Electrolux <59329360+electroluxcode@users.noreply.github.com>
Date: 星期一, 06 五月 2024 14:57:26 +0800
Subject: [PATCH] fix(imgUpload): disabled not effect in the form (#3809)

---
 .env.test |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/.env.test b/.env.test
index ecb8ab8..f18e16c 100644
--- a/.env.test
+++ b/.env.test
@@ -1,4 +1,4 @@
-NODE_ENV=production
+NODE_ENV = production
 # Whether to open mock
 VITE_USE_MOCK = true
 
@@ -10,15 +10,12 @@
 # If you need multiple forms, you can use `,` to separate
 VITE_BUILD_COMPRESS = 'none'
 
-# Whether to delete origin files when using compress, default false
-VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
-
 # Basic interface address SPA
-VITE_GLOB_API_URL=/basic-api
+VITE_GLOB_API_URL = /basic-api
 
 # File upload address锛� optional
 # It can be forwarded by nginx or write the actual address directly
-VITE_GLOB_UPLOAD_URL=/upload
+VITE_GLOB_UPLOAD_URL = /upload
 
 # Interface prefix
-VITE_GLOB_API_URL_PREFIX=
+VITE_GLOB_API_URL_PREFIX =

--
Gitblit v1.8.0