From d69d367eaad36a9b0160075844bc06f4efb05e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AC=BC=E7=94=BB=E7=AC=A6?= Date: Mon, 10 Feb 2025 16:01:06 +0800 Subject: [PATCH] =?UTF-8?q?api=E6=94=B9=E5=9B=9E=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-web/vue.config.js b/jshERP-web/vue.config.js index 6b8a5f36e..7f4a6573b 100644 --- a/jshERP-web/vue.config.js +++ b/jshERP-web/vue.config.js @@ -48,7 +48,7 @@ module.exports = { port: 3000, proxy: { '/jshERP-boot': { - target: 'https://cloud.gyjerp.com', // 请求本地 需要jshERP-boot后台项目 + target: 'http://localhost:9999', // 请求本地 需要jshERP-boot后台项目 ws: false, changeOrigin: true }