From 9dfa701454d6a94690bad39dbb0e38f2a0b31489 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 18 六月 2024 18:08:47 +0800 Subject: [PATCH] build --- .env.test | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.test b/.env.test index fb5e466..f18e16c 100644 --- a/.env.test +++ b/.env.test @@ -1,6 +1,6 @@ -NODE_ENV=production +NODE_ENV = production # Whether to open mock -VITE_USE_MOCK = false +VITE_USE_MOCK = true # public path VITE_PUBLIC_PATH = / @@ -11,11 +11,11 @@ VITE_BUILD_COMPRESS = 'none' # 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.9.3