edit
This commit is contained in:
@ -20,7 +20,7 @@ module.exports = {
|
|||||||
// }
|
// }
|
||||||
'//api': {
|
'//api': {
|
||||||
target: {
|
target: {
|
||||||
host: 'tms-api-test.eascs.com',
|
host: 'tms-api-dev.eascs.com',
|
||||||
protocol: 'https:',
|
protocol: 'https:',
|
||||||
port: 443
|
port: 443
|
||||||
},
|
},
|
||||||
|
|||||||
@ -29,7 +29,7 @@ export class AccountDetailComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
const params = {
|
const params = {
|
||||||
ltdId: item.ltdId || this.params.ltdId,
|
ltdId: item.ltdId || this.params.ltdId,
|
||||||
roleId: item.roleId,
|
roleId: item.roleId|| this.params.roleId,
|
||||||
projectId: item.projectId || this.params.projectId,
|
projectId: item.projectId || this.params.projectId,
|
||||||
enterpriseId: item.enterpriseId || this.params.roleId,
|
enterpriseId: item.enterpriseId || this.params.roleId,
|
||||||
ctfId: this.params.ctfId,
|
ctfId: this.params.ctfId,
|
||||||
|
|||||||
Reference in New Issue
Block a user