From c26a4849f65662e09002d1382b020be3bfb81e7c 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 11:11:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0web=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E7=9A=84api=E4=BD=BF=E7=94=A8=20https://clou?= =?UTF-8?q?d.gyjerp.com=20=E7=9A=84=EF=BC=8C=E4=B8=8D=E7=94=A8=E5=86=8D?= =?UTF-8?q?=E5=8D=95=E7=8B=AC=E9=83=A8=E7=BD=B2=E5=90=8E=E7=AB=AF?= 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 7f4a6573b..6b8a5f36e 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: 'http://localhost:9999', // 请求本地 需要jshERP-boot后台项目 + target: 'https://cloud.gyjerp.com', // 请求本地 需要jshERP-boot后台项目 ws: false, changeOrigin: true }