This commit is contained in:
2026-04-15 09:26:50 +08:00
parent 9c14c3b8f8
commit 3746fd8388

View File

@@ -5,10 +5,10 @@
// export const CODE_ENV = 'production'; // 生产环境
// 测试环境
// export const SPDM_URL = 'http://192.168.65.161:3000'; // SPDM项目地址
// export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl
// export const TENANT_NAME = 'lyric'; // 租户:利元亨
// export const CODE_ENV = 'test'; // 测试环境
export const SPDM_URL = 'http://192.168.65.161:3000'; // SPDM项目地址
export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl
export const TENANT_NAME = 'lyric'; // 租户:利元亨
export const CODE_ENV = 'test'; // 测试环境
// // 190.100
// export const SPDM_URL = 'http://192.168.190.100:3000'; // SPDM项目地址
@@ -24,7 +24,7 @@
// // 本地环境
// // export const SPDM_URL = 'http://192.168.65.64:3001'; // SPDM项目地址李靖本地
export const SPDM_URL = 'http://192.168.65.61:3001'; // SPDM项目地址董志欢本地
export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl
export const TENANT_NAME = 'lyric'; // 租户:利元亨
export const CODE_ENV = 'local-dev'; // 本地开发环境
// export const SPDM_URL = 'http://192.168.65.61:3001'; // SPDM项目地址董志欢本地
// export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl
// export const TENANT_NAME = 'lyric'; // 租户:利元亨
// export const CODE_ENV = 'local-dev'; // 本地开发环境