修改租户ID

This commit is contained in:
rain
2026-06-30 10:23:58 +08:00
parent 8e1db58902
commit 4c1139b488
2 changed files with 6 additions and 4 deletions
+4 -3
View File
@@ -5,16 +5,17 @@ window.ENV = {
API_BASE_URL: 'http://47.108.24.205:9100',
// API_BASE_URL: 'http://192.168.10.119:9100',
// 后端租户标识,会作为 header tenantId 发送;后面更换租户只改这里。
TENANT_ID: '936208',
TENANT_ID: '531923',
// TENANT_ID: '000000',
CLIENT_ID: '209ef407810e3856f40870a9f0e769d7',
DEBUG: true,
APP_NAME: 'Lottery App Dev'
},
// 生产环境配置
production: {
API_BASE_URL: 'http://47.108.24.205:9100',
API_BASE_URL: 'https://api-3d.3dyjs.cn',
// 后端租户标识,会作为 header tenantId 发送;后面更换租户只改这里。
TENANT_ID: '936208',
TENANT_ID: '531923',
CLIENT_ID: '209ef407810e3856f40870a9f0e769d7',
DEBUG: false,
APP_NAME: 'Lottery App'
+2 -1
View File
@@ -1,7 +1,8 @@
const ApiClient = {
// 后端租户标识,所有接口请求都会带到 header 里。
// 后面如果租户号更换,只需要改这里的默认值,或在 config.js 里配置 CURRENT_CONFIG.TENANT_ID。
TENANT_ID: '936208',
TENANT_ID: '531923',
// TENANT_ID: '000000',
API: {
authCode: '/api/web/auth/code',