From a0313d0fe779fff856744b5a88a5776ca251ca9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Mon, 19 Apr 2021 00:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=AB=AF=E5=8F=A3?= 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 2f2a3822..fd4e3d88 100644 --- a/jshERP-web/vue.config.js +++ b/jshERP-web/vue.config.js @@ -88,7 +88,7 @@ module.exports = { port: 3000, proxy: { '/jshERP-boot': { - target: 'http://localhost:8888', // 请求本地 需要jshERP-boot后台项目 + target: 'http://localhost:9999', // 请求本地 需要jshERP-boot后台项目 ws: false, changeOrigin: true }