mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-05 22:30:28 +08:00
7 lines
241 B
JavaScript
7 lines
241 B
JavaScript
Tea.context(function () {
|
|
this.shouldReplace = this.headerConfig.shouldReplace
|
|
this.statusList = []
|
|
if (this.headerConfig.status != null && this.headerConfig.status.codes != null) {
|
|
this.statusList = this.headerConfig.status.codes
|
|
}
|
|
}) |