From 92c8ebd688d55cdd803992061ff09ad9e92d18bc Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期一, 28 四月 2025 09:59:38 +0800 Subject: [PATCH] OEE计算新增loading等待提示以及计算OEE后刷新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