This commit is contained in:
Taric Xin
2022-01-04 18:00:50 +08:00
parent 94536ab262
commit ae2bde8d33
8 changed files with 267 additions and 74 deletions

View File

@ -62,7 +62,7 @@ export class BusinessInterceptor implements HttpInterceptor {
const header: any = {
appId: this.envSrv.env.appId,
tenantId: this.envSrv.env.tenantId,
enterpriseId: '0',
enterpriseId: this.envSrv.env.enterpriseId,
...position
};