.env.production 427 B

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