Skip to content

Commit

Permalink
change: 格式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-jin committed Jul 25, 2018
1 parent 0d34596 commit 5bf8266
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,7 @@ export class ConfigManageComponent implements OnInit {
mApp.block('#envParamsList', {});
try {
let result = await this.ajax.post(
'/xhr/property/decrypt?envId=' +
this.selectEnvId
,
'/xhr/property/decrypt?envId=' + this.selectEnvId,
item.value.substring('{cipher}'.length)
);
item.value = result;
Expand Down

0 comments on commit 5bf8266

Please sign in to comment.