文件清理

This commit is contained in:
robin
2026-02-14 17:28:12 +08:00
parent 4259026c6e
commit eafac7a204
3 changed files with 130 additions and 82 deletions

View File

@@ -3,6 +3,13 @@ Tea.context(function () {
this.requestHostType = 0
this.requestHost = ""
this.accessLogIsOn = true
this.websocketIsOn = true
this.cacheIsOn = true
this.wafIsOn = true
this.remoteAddrIsOn = true
this.statIsOn = true
this.success = function (resp) {
if (resp.data.hasOSS) {
NotifySuccess("保存成功", "/servers/server/settings/reverseProxy?serverId=" + resp.data.serverId)()