From 6a7257f9d8f659c508cf826726126c0fa4363eef Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期一, 14 四月 2025 17:04:39 +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