From e4a604665f525760bc79fedd1401bd40e98456ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 30 May 2022 09:57:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index c73b2764..0a923fb3 100644 --- a/config/index.js +++ b/config/index.js @@ -10,6 +10,7 @@ module.exports = { assetsSubDirectory: '', assetsPublicPath: '/', proxyTable: { + /** '/api/m1/xm': { target: 'http://localhost:7067', changeOrigin: true, @@ -17,7 +18,7 @@ module.exports = { '^/api/m1/xm': '/xm' } }, - /** + '/api/m1/sys': { target: 'http://localhost:7015', changeOrigin: true,