From 5eb40b51f136604ce568c3dde114ca91d1b7ac1d Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期三, 11 十月 2023 19:34:56 +0800 Subject: [PATCH] feat: 销售机会报价单销售总单销售子单弹窗表单必填项调整 --- vue.config.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 767e5e8..670f28b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -15,9 +15,11 @@ 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", ws: true, changeOrigin: true - } + }, } }, transpileDependencies: [ @@ -31,7 +33,7 @@ configNew.externals = externals configNew.plugins = [] } else if (process.env.NODE_ENV === "development") { - console.log("development", config) + // console.log("development", config) } return configNew }, -- Gitblit v1.8.0