From 95f2f60ba9eb343c2605e1ae68c221443d75f704 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 30 十一月 2019 00:55:07 +0800 Subject: [PATCH] commontable-update --- src/setupProxy.js | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/src/setupProxy.js b/src/setupProxy.js index f358dbc..09da2b2 100644 --- a/src/setupProxy.js +++ b/src/setupProxy.js @@ -20,15 +20,6 @@ } })) - app.use(proxy('/mksepc', { - target: 'http://minkesoft.com/mksepc', - secure: false, - changeOrigin: true, - pathRewrite: { - '^/mksepc': '/' - } - })) - app.use(proxy('/local', { target: 'http://127.0.0.1:8888', secure: false, -- Gitblit v1.8.0