实现源站端口跟随功能

This commit is contained in:
GoEdgeLab
2022-06-29 21:56:44 +08:00
parent b16ffe38ae
commit e493e72f1c
16 changed files with 215 additions and 120 deletions

View File

@@ -2,7 +2,7 @@ Tea.context(function () {
this.success = NotifyReloadSuccess("保存成功")
this.updateOn = function (b) {
teaweb.confirm(b ? "确定要启用反向代理服务吗?" : "确定要停用反向代理服务吗?", function () {
teaweb.confirm(b ? "确定要启用源站吗?" : "确定要停用源站服务吗?", function () {
this.$post(".updateOn")
.params({
"serverId": this.serverId,