You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
728 B

2 months ago
2 months ago
2 months ago
1 month ago
2 months ago
  1. # must start with VITE_
  2. VITE_ENV = 'production'
  3. VITE_OUTPUT_DIR = 'dist'
  4. # public path
  5. VITE_PUBLIC_PATH = /aixiaocaishen
  6. # Whether to open mock
  7. VITE_USE_MOCK = true
  8. #新数据接口
  9. # VITE_APP_API_BASE_URL = https://api.homilychart.com/link
  10. VITE_APP_API_BASE_URL = "http://39.101.133.168:8828/link"
  11. VITE_APP_IMG_API_BASE_URL = "https://api.homilychart.com/hljw/api/aws/upload"
  12. #MJ API
  13. VITE_APP_MJ_API_BASE_URL = "http://192.168.9.19:8080/api"
  14. # Whether to enable gzip or brotli compression
  15. # Optional: gzip | brotli | none
  16. # If you need multiple forms, you can use `,` to separate
  17. VITE_BUILD_COMPRESS = 'none'
  18. # Whether to delete origin files when using compress, default false
  19. VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false