.env.dev 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. ###
  2. # @Author: your name
  3. # @Date: 2025-07-17 14:14:27
  4. # @LastEditTime: 2025-07-22 13:58:52
  5. # @LastEditors: milo-MacBook-Pro.local
  6. # @Description: In User Settings Edit
  7. # @FilePath: /performance-test/.env.dev
  8. #这里需要在router/index.js 文件中进行判断cockpitComponent;
  9. #VUE_APP_HOME_COM="../views/admin/cockpitManage/Index.vue"
  10. VUE_APP_THEM="green"
  11. VUE_APP_ISSHOWHD='default'
  12. VUE_APP_TITLE='机组功率曲线异常检测数据分析系统'
  13. #外网
  14. VUE_APP_MAPVIEW=http://106.120.102.238:18000/tiles/{z}/{x}/{y}.png
  15. VUE_APP_UPLOAD="http://106.120.102.238:16700/energy-manage-service/api/check/upload"
  16. VUE_APP_APIPROXY='http://106.120.102.238:16700'
  17. VUE_APP_WZLAPIPROXY='http://106.120.102.238:18080/WindTransDev'
  18. VUE_APP_ETLAPIPROXY='http://106.120.102.238:18080/WindTransDev'
  19. VUE_APP_AnalysisMultiAPIPROXY='http://106.120.102.238:28999/AnalysisMulti'
  20. #自定义算法文佳 目前无法使用,可能是服务未启动
  21. VUE_APP_sAlgorithmAPIPROXY='http://106.120.102.238:58880'
  22. VUE_APP_databaseApiAPIPROXY='http://106.120.102.238:58880'
  23. # #暂时不知下载报告内网dev 环境地址
  24. VUE_APP_downLoadChartAPIPROXY='http://106.120.102.238:58880'
  25. #内网
  26. # VUE_APP_UPLOAD="http://192.168.50.235/energy-manage-service/api/check/upload"
  27. # VUE_APP_MAPVIEW=http://192.168.50.235/tiles/{z}/{x}/{y}.png
  28. # VUE_APP_APIPROXY='http://192.168.50.235:16200'
  29. # VUE_APP_WZLAPIPROXY='http://192.168.50.241:9001'
  30. # VUE_APP_ETLAPIPROXY='http://192.168.50.241:9001'
  31. # # #自定义算法文佳 目前无法使用,可能是服务未启动
  32. # VUE_APP_sAlgorithmAPIPROXY='http://192.168.50.235:8666'
  33. # VUE_APP_databaseApiAPIPROXY='http://192.168.50.234:3002'
  34. # #暂时不知健康评估内网dev 环境地址
  35. # VUE_APP_AnalysisMultiAPIPROXY=''
  36. # #暂时不知下载报告内网dev 环境地址
  37. # VUE_APP_downLoadChartAPIPROXY=''