From d85f732ccc3a9392710dc42d44baeebd615594fd Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期二, 29 四月 2025 09:35:38 +0800 Subject: [PATCH] OEE页面新增分页查询功能 --- 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