This commit is contained in:
Taric Xin
2022-02-22 20:36:45 +08:00
parent 8067580e8c
commit 1eb30c37ba
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ module.exports = {
// }
'//api': {
target: {
host: 'tms-api-test.eascs.com',
host: 'tms-api-dev.eascs.com',
protocol: 'https:',
port: 443
},

View File

@ -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,