config.js 494 B

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