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.
|
|
# must start with VITE_VITE_ENV = 'production'VITE_OUTPUT_DIR = 'dist'# public pathVITE_PUBLIC_PATH = /aixiaocaishen
# Whether to open mockVITE_USE_MOCK = true
#新数据接口# VITE_APP_API_BASE_URL = https://api.homilychart.com/linkVITE_APP_API_BASE_URL = "http://39.101.133.168:8828/link"
#MJ APIVITE_APP_MJ_API_BASE_URL = "http://192.168.9.19:8080/api"# Whether to enable gzip or brotli compression# Optional: gzip | brotli | none# If you need multiple forms, you can use `,` to separateVITE_BUILD_COMPRESS = 'none'
# Whether to delete origin files when using compress, default falseVITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|