mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-05-12 12:45:19 +08:00
实现源站端口跟随功能
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user