This commit is contained in:
Taric Xin
2021-12-06 17:49:20 +08:00
parent 1c5643b7e9
commit 76951f250c
33 changed files with 1835 additions and 35 deletions

View File

@ -12,7 +12,7 @@ import { Injectable } from '@angular/core';
})
export class EnvironmentService {
// 应用ID
private appId = `D40B4EFC33FC4803864934872A11B0CE`;
private appId = `5800BF51DC9A494489700F09E3B81520`;
// 租户ID
private tenantId = `1352892699355607041`;
private env: { appId: string; tenantId: string } = { appId: this.appId, tenantId: this.tenantId };