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 | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index e91cfb3..46e2961 100644 --- a/vue.config.js +++ b/vue.config.js @@ -14,15 +14,24 @@ devServer: { proxy: { "/api-s": { - target: "http://192.168.20.119:8005", + 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", ws: true, changeOrigin: true - } + }, + "/api/menu": { + target: "http://192.168.20.119:8001", + //娉細 鏆傛椂浣跨敤====鐢ㄦ埗鏉冮檺锛岃鑹叉殏鏃剁敤鐨勭幆澧� + // target: "http://192.168.20.119:8011", + ws: true, + changeOrigin: true, + }, } }, transpileDependencies: [ -- Gitblit v1.8.0