From f314826230d5c584edd95ac6f7905f454f311e2e Mon Sep 17 00:00:00 2001
From: 雪忆 <1455668754@qq.com>
Date: 星期一, 29 七月 2024 15:18:30 +0800
Subject: [PATCH] Revert "feat: ApiSelect增加远程搜索功能"

---
 .env.test |   18 ++++--------------
 1 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/.env.test b/.env.test
index 9cda14e..f18e16c 100644
--- a/.env.test
+++ b/.env.test
@@ -1,31 +1,21 @@
-NODE_ENV=production
+NODE_ENV = production
 # Whether to open mock
 VITE_USE_MOCK = true
 
 # public path
 VITE_PUBLIC_PATH = /
 
-# Delete console
-VITE_DROP_CONSOLE = true
-
 # Whether to enable gzip or brotli compression
 # Optional: gzip | brotli | none
 # 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=
-
-
-# use pwa
-VITE_USE_PWA = false
+VITE_GLOB_API_URL_PREFIX =

--
Gitblit v1.8.0