| 123456789101112131415161718192021222324252627 |
- # 页面标题
- VITE_APP_TITLE = Future AI admin
- # 生产环境配置
- VITE_APP_ENV = 'production'
- # 路径-二级目录
- # VITE_BASE_PATH = '/hn-admin/'
- VITE_BASE_PATH = './'
- # 管理系统/生产环境
- # VITE_APP_BASE_API = 'https://api.hninpop.com'
- # VITE_APP_BASE_API = 'http://153.0.193.129:5001'
- VITE_APP_BASE_API = '/prod-api'
- # 附件地址
- # h5
- # VITE_Hw_File_Path = 'https://api.hninpop.com'
- # VITE_Hw_File_Path = 'http://153.0.193.129:5001'
- VITE_Hw_File_Path = '/prod-api'
- # PC
- # VITE_Pc_File_Path = 'https://api.hninpop.com'
- # VITE_Pc_File_Path = 'http://153.0.193.129:5001'
- VITE_Pc_File_Path = '/prod-api'
- # 是否在打包时开启压缩,支持 gzip 和 brotli
- # VITE_BUILD_COMPRESS = gzip
|