From 9b10bdaf0d8b832ab8984c53a40c8fe827003278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Tue, 29 Mar 2022 21:25:33 +0800 Subject: [PATCH] Update components.js --- web/public/js/components.js | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) 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 {