1
2
3
4
5
6
7
8
9
10
11
12
13
| # 页面标题
| VITE_APP_TITLE = 取水管理系统
|
| # 开发环境配置
| VITE_APP_ENV = 'production'
|
| # 图片地址
| VITE_APP_IMG_BASEURL = 'https://www.huiwuyuntong.com/water-ration-beta/upload'
|
| # 正式环境
| VITE_APP_PUBLIC_REQUEST_API = 'https://www.huiwuyuntong.com/water-ration-beta'
| # 是否在打包时开启压缩,支持 gzip 和 brotli
| # VITE_BUILD_COMPRESS = gzip
|
|