123456789101112131415161718 |
- # 只在生产模式中被载入
- ENV = 'production'
- # base api url
- # VITE_BASE_API_URL = 'https://nest-admin.buqiyuan.top'
- # VITE_BASE_API_URL = 'http://127.0.0.1:7501'
- VITE_BASE_API_URL = ''
- VITE_BASE_API_TARGET_URL = 'http://127.0.0.1:7501'
- # 公共基础路径, 详见: https://cn.vitejs.dev/guide/build.html#public-base-path
- VITE_BASE_URL = /
- VITE_DROP_CONSOLE = true
- VITE_APP_HOST = 'https://plc.gzoutsourcing.cn/'
|