From 6565e619523f045ba3e5e15a5bf3ea3ccbb33ba2 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 28 九月 2023 10:26:01 +0800 Subject: [PATCH] 如果工艺参数是空,或者报错,弹框提示工艺参数错误的提示而不是新任务的弹框 --- vue.config.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index ee75c91..8dcb7c1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -66,7 +66,9 @@ ws: true, changeOrigin: true, }, - "/v1/task": { + "/v1/": { + // target: "http://127.0.0.1:8003", + target: "http://192.168.20.120:8003", ws: true, changeOrigin: true, -- Gitblit v1.8.0