chore: format code (#3773)

* first commit

* style: 格式化代码
This commit is contained in:
zhang
2024-04-22 09:00:49 +08:00
committed by GitHub
parent d9b9e53d33
commit 9c027fdcf5
6 changed files with 18 additions and 17 deletions

View File

@@ -11,13 +11,13 @@ 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 =
VITE_ENABLE_ANALYZE = true