From 94b93ea7e7f83c678b1413fc9fc8642e69213647 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 18 六月 2024 14:49:57 +0800 Subject: [PATCH] 版本更新 --- .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