修改租户id

This commit is contained in:
rain
2026-06-09 14:00:38 +08:00
parent 7f7fd61ec0
commit 0bf2f573ed
9 changed files with 133 additions and 13 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ window.ENV = {
API_BASE_URL: 'http://47.108.24.205:9100',
// API_BASE_URL: 'http://192.168.10.119:9100',
// 后端租户标识,会作为 header tenantId 发送;后面更换租户只改这里。
TENANT_ID: '000000',
TENANT_ID: '936208',
CLIENT_ID: '209ef407810e3856f40870a9f0e769d7',
DEBUG: true,
APP_NAME: 'Lottery App Dev'
@@ -14,7 +14,7 @@ window.ENV = {
production: {
API_BASE_URL: 'http://47.108.24.205:9100',
// 后端租户标识,会作为 header tenantId 发送;后面更换租户只改这里。
TENANT_ID: '000000',
TENANT_ID: '936208',
CLIENT_ID: '209ef407810e3856f40870a9f0e769d7',
DEBUG: false,
APP_NAME: 'Lottery App'