From d13e81614e75fce2f4cc7b08dbd477219339c808 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期日, 08 十月 2023 17:38:42 +0800 Subject: [PATCH] feat: 客户名称文案改为客户编码; 任务弹窗查询工艺参数失败时的样式改版 --- vue.config.js | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index ee75c91..cd9a548 100644 --- a/vue.config.js +++ b/vue.config.js @@ -66,8 +66,15 @@ ws: true, changeOrigin: true, }, - "/v1/task": { - target: "http://192.168.20.120:8003", + "/v1/": { + // 蹇楄秴 + // target: "http://127.0.0.1:8003", + // 寮犻獮鏈湴 + // target: "http://192.168.20.120:8003", + // 鍗氬畤 + // target: "http://192.168.20.119:8003", + // 绾夸笂 + target: "http://192.168.8.113:8080", ws: true, changeOrigin: true, }, -- Gitblit v1.8.0