From cf1f923ea0c4f44e6ee64bba59b0b2d56ef3a6d6 Mon Sep 17 00:00:00 2001 From: huangzhe Date: Thu, 31 Jul 2025 16:35:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E6=94=B9=E6=88=90=20http?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 46e0118..2191ed4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -12,7 +12,7 @@ module.exports = { outputDir: 'dist', productionSourceMap: false, devServer: { - https: true, + https: false, host: '0.0.0.0', disableHostCheck: true, },