From a6c049ce564fe10a83b6f1759035a8c2803c6e18 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期一, 25 九月 2023 15:37:12 +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