Files
CID/src/spdm/config.ts

11 lines
480 B
TypeScript
Raw Normal View History

2025-12-08 19:34:11 +08:00
// 测试环境
export const SPDM_URL = 'http://192.168.65.161:3000'; // SPDM项目地址
2025-12-16 19:40:46 +08:00
export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl
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
2025-12-08 19:34:11 +08:00
// // 本地环境
// export const SPDM_URL = 'http://192.168.65.64:3001'; // SPDM项目地址
2025-12-16 19:40:46 +08:00
// export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl