mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 21:50:28 +08:00
11 lines
295 B
JavaScript
11 lines
295 B
JavaScript
|
|
Tea.context(function () {
|
||
|
|
this.success = NotifyPopup
|
||
|
|
|
||
|
|
this.statusOptions = [
|
||
|
|
{"code": 301, "text": "Moved Permanently"},
|
||
|
|
{"code": 308, "text": "Permanent Redirect"},
|
||
|
|
{"code": 302, "text": "Found"},
|
||
|
|
{"code": 303, "text": "See Other"},
|
||
|
|
{"code": 307, "text": "Temporary Redirect"}
|
||
|
|
]
|
||
|
|
})
|