###
|
# @Author: hqs elkers@163.com
|
# @Date: 2024-05-16 11:24:17
|
# @LastEditors: elkers dmhe0357
|
# @LastEditTime: 2024-10-24 23:45:56
|
# @FilePath: \wisdom-water-factory-web\.env.production
|
# @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
###
|
# 页面标题
|
VITE_APP_TITLE = 第四师高标准农田建设智慧灌溉信息化平台
|
|
# 开发环境配置
|
VITE_APP_ENV = 'production'
|
|
# 智慧灌溉智慧管理系统/开发环境
|
VITE_APP_PUBLIC_REQUEST_API = 'https://wise.huiwuyuntong.com/farming-api'
|
# VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8030'
|
# 是否在打包时开启压缩,支持 gzip 和 brotli
|
VITE_BUILD_COMPRESS = gzip
|