From ec8548f1336acd07bc3dc9e68bdd820c2f0d545d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Thu, 10 Aug 2023 14:07:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E5=85=B3=E9=97=AD=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=86=85=E5=AE=B9=E9=BB=98=E8=AE=A4=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=BB=8Eurl=E6=94=B9=E4=B8=BAhtml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/components/server/http-pages-and-shutdown-box.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/public/js/components/server/http-pages-and-shutdown-box.js b/web/public/js/components/server/http-pages-and-shutdown-box.js index 9618f77a..a36aa170 100644 --- a/web/public/js/components/server/http-pages-and-shutdown-box.js +++ b/web/public/js/components/server/http-pages-and-shutdown-box.js @@ -8,7 +8,7 @@ Vue.component("http-pages-and-shutdown-box", { let shutdownConfig = { isPrior: false, isOn: false, - bodyType: "url", + bodyType: "html", url: "", body: "", status: 0 @@ -18,7 +18,7 @@ Vue.component("http-pages-and-shutdown-box", { this.vShutdownConfig.body = "" } if (this.vShutdownConfig.bodyType == null) { - this.vShutdownConfig.bodyType = "url" + this.vShutdownConfig.bodyType = "html" } shutdownConfig = this.vShutdownConfig } @@ -129,8 +129,8 @@ Vue.component("http-pages-and-shutdown-box", { 显示内容类型 *