|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
NODE_ENV=production
|
|
|
|
|
# Whether to open mock
|
|
|
|
|
VITE_USE_MOCK = true
|
|
|
|
|
VITE_USE_MOCK = false
|
|
|
|
|
|
|
|
|
|
# public path
|
|
|
|
|
VITE_PUBLIC_PATH = /
|
|
|
|
@ -17,7 +16,7 @@ VITE_BUILD_COMPRESS = 'none'
|
|
|
|
|
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|
|
|
|
|
|
|
|
|
|
# Basic interface address SPA
|
|
|
|
|
VITE_GLOB_API_URL=/basic-api
|
|
|
|
|
VITE_GLOB_API_URL=http://60.209.125.238:3008
|
|
|
|
|
|
|
|
|
|
# File upload address, optional
|
|
|
|
|
# It can be forwarded by nginx or write the actual address directly
|
|
|
|
|