优化代码

This commit is contained in:
GoEdgeLab
2022-09-25 10:33:10 +08:00
parent fe40c50b37
commit 36e2785350
6 changed files with 24 additions and 7 deletions

View File

@@ -22,6 +22,8 @@ Vue.component("http-cache-policy-selector", {
select: function () {
let that = this
teaweb.popup("/servers/components/cache/selectPopup", {
width: "42em",
height: "26em",
callback: function (resp) {
that.cachePolicy = resp.data.cachePolicy
}