config.js 533 B

1234567891011121314151617181920
  1. /**
  2. * 履约者App全局配置
  3. * @author steelwei
  4. */
  5. // API 基础地址(开发环境)
  6. export const BASE_URL = 'http://192.168.1.118:8080'
  7. // export const BASE_URL = 'http://www.hoomeng.pet/api'
  8. // export const BASE_URL = 'http://192.168.0.102:8080'
  9. // 履约者App客户端ID(需要在 sys_client 表中配置)
  10. export const CLIENT_ID = 'fe63fea7be31b0200b496d08bc6b517d'
  11. // 履约者App平台码
  12. export const PLATFORM_CODE = ''
  13. export const PLATFORM_ID = 3
  14. // 租户ID(默认)
  15. export const TENANT_ID = '000000'