Files
CID/src/spdm/config.ts

21 lines
998 B
TypeScript
Raw Normal View History

2025-12-23 15:58:48 +08:00
// // 生产环境
// export const SPDM_URL = 'http://192.168.190.161:3000'; // SPDM项目地址
// export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl
2026-01-26 19:42:37 +08:00
// export const TENANT_NAME = 'base'; // 租户:基线
2025-12-23 15:58:48 +08:00
2025-12-08 19:34:11 +08:00
// 测试环境
2026-02-02 21:03:56 +08:00
export const SPDM_URL = 'http://192.168.65.161:3000'; // SPDM项目地址
export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl
export const TENANT_NAME = 'lyric'; // 租户:利元亨
2025-12-08 19:34:11 +08:00
2025-12-17 15:15:24 +08:00
// // 利元亨内网环境
// export const SPDM_URL = 'http://192.168.30.147:7115'; // SPDM项目地址
// export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl
2026-01-26 19:42:37 +08:00
// export const TENANT_NAME = 'lyric'; // 租户:利元亨
2025-12-17 15:15:24 +08:00
2025-12-08 19:34:11 +08:00
// // 本地环境
2026-02-05 13:54:23 +08:00
// export const SPDM_URL = 'http://192.168.65.64:3001'; // SPDM项目地址李靖本地
// // export const SPDM_URL = 'http://192.168.65.61:3001'; // SPDM项目地址董志欢本地
2026-02-02 21:03:56 +08:00
// export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl
// export const TENANT_NAME = 'lyric'; // 租户:利元亨