优化界面

This commit is contained in:
刘祥超
2023-11-13 17:47:24 +08:00
parent 9e6c49b67c
commit 8ef1e36b8b
3 changed files with 5 additions and 1 deletions

View File

@@ -9799,6 +9799,7 @@ Vue.component("http-header-policy-box", {
},
addSettingHeader: function (policyId) {
teaweb.popup("/servers/server/settings/headers/createSetPopup?" + this.vParams + "&headerPolicyId=" + policyId + "&type=" + this.type, {
height: "22em",
callback: function () {
teaweb.successRefresh("保存成功")
}
@@ -9820,6 +9821,7 @@ Vue.component("http-header-policy-box", {
},
updateSettingPopup: function (policyId, headerId) {
teaweb.popup("/servers/server/settings/headers/updateSetPopup?" + this.vParams + "&headerPolicyId=" + policyId + "&headerId=" + headerId + "&type=" + this.type, {
height: "22em",
callback: function () {
teaweb.successRefresh("保存成功")
}