添加、修改、删除HTTP Header时增加通用Header提示

This commit is contained in:
GoEdgeLab
2022-10-24 15:42:18 +08:00
parent 681f392d3b
commit bcc4e3f3df
11 changed files with 99 additions and 7 deletions

View File

@@ -4,4 +4,8 @@ Tea.context(function () {
if (this.headerConfig.status != null && this.headerConfig.status.codes != null) {
this.statusList = this.headerConfig.status.codes
}
this.selectHeader = function (headerName) {
this.headerConfig.name = headerName
}
})