From 19438baaf59af8c95e6a86908379d024581877a4 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期二, 17 十月 2023 15:07:02 +0800 Subject: [PATCH] fix: 修复销售机会详情中的创建销售明细单时机会ID没有带过去的问题 --- vue.config.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index e24d0c8..670f28b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -14,8 +14,9 @@ devServer: { proxy: { "/api": { - // target: "http://192.168.20.119:8002", // http://192.168.20.119:8002 http://fai365.com:30150/ - target: "http://192.168.20.118:8002", + target: "http://192.168.20.119:8002", // http://192.168.20.119:8002 http://fai365.com:30150/ + // 寤洪亾鏈湴鐜 + // target: "http://192.168.20.118:8002", ws: true, changeOrigin: true }, -- Gitblit v1.8.0