# Whether to open mock VITE_USE_MOCK = false # public path VITE_PUBLIC_PATH = /newadmin/ # Whether to enable gzip or brotli compression # Optional: gzip | brotli | none # If you need multiple forms, you can use `,` to separate VITE_BUILD_COMPRESS = 'gzip' VITE_LEGACY = true # Basic interface address SPA VITE_GLOB_API_URL = # File upload address, optional # It can be forwarded by nginx or write the actual address directly VITE_GLOB_UPLOAD_URL=/admin/upload/file # Interface prefix VITE_GLOB_API_URL_PREFIX=/admin