From 6107965117e04aef03a4200245b36f673bd9757b Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期五, 03 十一月 2023 10:27:29 +0800 Subject: [PATCH] feat: 去除轮询 plc 接口参数中的工序id --- vue.config.js | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 29d8342..d51a8bb 100644 --- a/vue.config.js +++ b/vue.config.js @@ -67,9 +67,12 @@ changeOrigin: true, }, "/v1/": { - target: "http://127.0.0.1:8003", - + // 蹇楄秴 + // target: "http://127.0.0.1:8003", + // 寮犻獮鏈湴 // target: "http://192.168.20.120:8003", + // 鍗氬畤 + target: "http://192.168.20.119:8003", ws: true, changeOrigin: true, }, -- Gitblit v1.8.0