diff --git a/web/public/js/components/server/http-firewall-actions-box.js b/web/public/js/components/server/http-firewall-actions-box.js index 4ecf6b82..12b36b46 100644 --- a/web/public/js/components/server/http-firewall-actions-box.js +++ b/web/public/js/components/server/http-firewall-actions-box.js @@ -244,7 +244,7 @@ Vue.component("http-firewall-actions-box", { if (config.options.scope != null && config.options.scope.length > 0) { this.blockScope = config.options.scope } else { - this.blockScope = "service" // 兼容先前版本遗留的默认值 + this.blockScope = "global" // 兼容先前版本遗留的默认值 } break case "allow":