diff --git a/proxy.conf.js b/proxy.conf.js index 31995def..822b7622 100644 --- a/proxy.conf.js +++ b/proxy.conf.js @@ -20,7 +20,7 @@ module.exports = { // } '//api': { target: { - host: 'tms-api-test.eascs.com', + host: 'tms-api-dev.eascs.com', protocol: 'https:', port: 443 }, diff --git a/src/app/shared/components/account-detail/account-detail.component.ts b/src/app/shared/components/account-detail/account-detail.component.ts index b57dc9c9..a20c18ba 100644 --- a/src/app/shared/components/account-detail/account-detail.component.ts +++ b/src/app/shared/components/account-detail/account-detail.component.ts @@ -29,7 +29,7 @@ export class AccountDetailComponent implements OnInit { } const params = { ltdId: item.ltdId || this.params.ltdId, - roleId: item.roleId, + roleId: item.roleId|| this.params.roleId, projectId: item.projectId || this.params.projectId, enterpriseId: item.enterpriseId || this.params.roleId, ctfId: this.params.ctfId,