diff --git a/web/public/js/components.js b/web/public/js/components.js index 6a0ec3f8..2b17efce 100755 --- a/web/public/js/components.js +++ b/web/public/js/components.js @@ -6165,6 +6165,35 @@ Vue.component("user-selector", { ` }) +// UAM模式配置 +Vue.component("uam-config-box", { + props: ["v-uam-config"], + data: function () { + let config = this.vUamConfig + if (config == null) { + config = { + isOn: false + } + } + return { + config: config + } + }, + template: `
+ + + + + + +
启用全站防护 + +

启用后,访问网站时,自动检查浏览器环境,阻止非正常访问。

+
+
+
` +}) + Vue.component("http-header-policy-box", { props: ["v-request-header-policy", "v-request-header-ref", "v-response-header-policy", "v-response-header-ref", "v-params", "v-is-location", "v-is-group", "v-has-group-request-config", "v-has-group-response-config", "v-group-setting-url"], data: function () { @@ -11585,6 +11614,12 @@ Vue.component("second-menu", { ' }); +Vue.component("loading-message", { + template: `
+
  +
` +}) + Vue.component("more-options-angle", { data: function () { return {