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': { '//api': {
target: { target: {
host: 'tms-api-test.eascs.com', host: 'tms-api-dev.eascs.com',
protocol: 'https:', protocol: 'https:',
port: 443 port: 443
}, },

View File

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