From 6b0e09a9bda94bc14983b7d2749f275679f9d1a7 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 21 三月 2024 16:40:45 +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