From 3e7d1c54e2d157c92d270facde45741ba507fd74 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期一, 12 五月 2025 16:29:45 +0800 Subject: [PATCH] 1、全局删除设备类型以及设备级别展示字段 2、设备详情弹窗删除有效轴数和最大轴数展示字段 3、限制设备日志工作曲线弹窗采集周期最小值为100 --- vue.config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 809045b..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: { @@ -110,7 +110,7 @@ /* 娉ㄦ剰锛歫eecgboot鍓嶇鍋氫簡鏀归�狅紝姝ゅ涓嶉渶瑕侀厤缃法鍩熷拰鍚庡彴鎺ュ彛锛堝彧闇�瑕佹敼.env鐩稿叧閰嶇疆鏂囦欢鍗冲彲锛� issues/3462 寰堝浜烘澶勫仛浜嗛厤缃紝瀵艰嚧鍒锋柊鍓嶇404闂锛岃涓�瀹氭敞鎰�*/ '/jeecg-boot': { - target: 'https://localhost:9999/', // 璇锋眰鏈湴 闇�瑕乯eecg-boot鍚庡彴椤圭洰 + target: 'http://localhost:9999/', // 璇锋眰鏈湴 闇�瑕乯eecg-boot鍚庡彴椤圭洰 ws: false, changeOrigin: true } -- Gitblit v1.9.3