diff --git a/src/spdm/config.ts b/src/spdm/config.ts index 19541ef..65405cb 100644 --- a/src/spdm/config.ts +++ b/src/spdm/config.ts @@ -1,15 +1,19 @@ // // 生产环境 // export const SPDM_URL = 'http://192.168.190.161:3000'; // SPDM项目地址 // export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl +// export const TENANT_NAME = 'BASE'; // 租户:基线 // 测试环境 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 SPDM_URL = 'http://192.168.30.147:7115'; // SPDM项目地址 // export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl +// export const TENANT_NAME = 'LYRIC'; // 租户:利元亨 // // 本地环境 // export const SPDM_URL = 'http://192.168.65.64:3001'; // SPDM项目地址 -// export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl \ No newline at end of file +// export const BASE_URL = '/spdmApi/honeycom-spdm'; // baseUrl +// export const TENANT_NAME = 'BASE'; // 租户:基线 \ No newline at end of file diff --git a/src/views/login/component/password.vue b/src/views/login/component/password.vue index 54605f1..cdbe907 100644 --- a/src/views/login/component/password.vue +++ b/src/views/login/component/password.vue @@ -64,9 +64,9 @@