api.js 1.1 KB

1234567891011121314151617181920212223242526272829
  1. import { requestIp } from './requestIP'
  2. /*eslint-disable*/ //规避eslint的检查,如没有eslint可不写
  3. export const mockUrl = 'http://10.179.24.123:8980' // 线上
  4. export const qualityUrl = 'http://10.190.6.249:8898' // 质量度量
  5. //虚拟硬件线下环境
  6. export const vehicleUrl_stable = 'http://10.190.6.249:9999' // 虚拟硬件 zhihui
  7. //虚拟硬件预发环境
  8. export const vehicleUrl_preonline = 'http://10.179.53.173:9999' // 虚拟硬件 zhihui
  9. //虚拟硬件线上环境
  10. export const vehicleUrl_online = 'http://10.179.91.236:9999' // 虚拟硬件 zhihui
  11. // -----------------------------------------2.0-----------------------------------------------
  12. export const projectManagementUrl = requestIp + '/project-management' //项目管理
  13. export const ldapServer = requestIp + '/ldap-server' //邮箱查询
  14. export const TeamManagement = projectManagementUrl // 团队配置 项目
  15. export const task_Url = projectManagementUrl // 任务
  16. export const Presentation = projectManagementUrl // 报告模块
  17. export const envWebUrl = requestIp + '/env-web' //环境web
  18. export const workbenchUrl = projectManagementUrl //工作台