优化代码

This commit is contained in:
刘祥超
2022-09-25 10:33:10 +08:00
parent ac11ab0431
commit 7bbe44f5d2
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
}