edit
This commit is contained in:
@ -20,7 +20,7 @@ module.exports = {
|
||||
// }
|
||||
'//api': {
|
||||
target: {
|
||||
host: 'tms-api-test.eascs.com',
|
||||
host: 'tms-api-dev.eascs.com',
|
||||
protocol: 'https:',
|
||||
port: 443
|
||||
},
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user