From 0c85b7c4a6a04c4937234eaf2c82ddeb3b798b1f Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期二, 15 四月 2025 17:02:09 +0800 Subject: [PATCH] 设备运行数据信息页面修改 --- vue.config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index 0b6deed..232ae99 100644 --- a/vue.config.js +++ b/vue.config.js @@ -88,7 +88,7 @@ devServer: { port: 3000, open: true, - https: true, + https: false, // hot: true, disableHostCheck: true, // overlay: { -- Gitblit v1.9.3