From 36599eb356a979115a7f7134861f076a75f0f84a Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期二, 09 一月 2024 14:26:37 +0800 Subject: [PATCH] 新建产品-产品负责人设置默认值和不可点击及新增接口 --- vue.config.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vue.config.js b/vue.config.js index 0467880..46e2961 100644 --- a/vue.config.js +++ b/vue.config.js @@ -14,14 +14,14 @@ devServer: { proxy: { "/api-s": { - // target: "http://192.168.20.119:8005", // - target:"http://fai365.com:9083", // + target: "http://192.168.20.119:8005", // + // target:"http://fai365.com:9083", // ws: true, changeOrigin: true }, "/api-wms": { - // target: "http://192.168.20.119:8005", - target:"http://fai365.com:9083", + target: "http://192.168.20.119:8005", + // target:"http://fai365.com:9083", ws: true, changeOrigin: true }, -- Gitblit v1.8.0