.env.production 289 B

123456
  1. NODE_ENV=production
  2. # 打包时修改该配置 根据nginx中反向代理设置进行修改
  3. VUE_APP_API_BASE_URL='/phmapi'
  4. # VUE_APP_API_BASE_URL=http://localhost:8867/jeecg-boot
  5. VUE_APP_CAS_BASE_URL=http://localhost:8888/cas
  6. VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview