From d59f518f466274b2caeb2e01c10c92deafe7c93b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 09 二月 2022 11:48:29 +0800 Subject: [PATCH] 2022-02-09 --- src/setupProxy.js | 84 ++++++++++++++++++++++++------------------ 1 files changed, 48 insertions(+), 36 deletions(-) diff --git a/src/setupProxy.js b/src/setupProxy.js index f358dbc..c5707d5 100644 --- a/src/setupProxy.js +++ b/src/setupProxy.js @@ -1,40 +1,52 @@ -const proxy = require('http-proxy-middleware') +// const proxy = require('http-proxy-middleware') +// const host = 'http://qingqiumarket.cn' +// const service = 'mkwms/' -module.exports = function(app) { - app.use(proxy('/webapi', { - target: 'http://qingqiumarket.cn/MKWMS/webapi', - secure: false, - changeOrigin: true, - pathRewrite: { - '^/webapi': '/' - } - // cookieDomainRewrite: "http://localhost:3000" - })) +module.exports = function() {} +// module.exports = function(app) { +// app.use(proxy('/webapi', { +// target: `${host}/${service}webapi`, +// secure: false, +// changeOrigin: true, +// pathRewrite: { +// '^/webapi': '/' +// } +// // cookieDomainRewrite: "http://localhost:3000" +// })) - app.use(proxy('/zh-CN', { // 鐧诲綍鎺ュ彛 - target: 'http://qingqiumarket.cn/MKWMS/zh-CN', - secure: false, - changeOrigin: true, - pathRewrite: { - '^/zh-CN': '/' - } - })) +// app.use(proxy('/zh-CN', { // 鐧诲綍鎺ュ彛 +// target: `${host}/${service}zh-CN`, +// secure: false, +// changeOrigin: true, +// pathRewrite: { +// '^/zh-CN': '/' +// } +// })) - app.use(proxy('/mksepc', { - target: 'http://minkesoft.com/mksepc', - secure: false, - changeOrigin: true, - pathRewrite: { - '^/mksepc': '/' - } - })) +// app.use(proxy('/Upload', { +// target: `${host}/${service}zh-CN/Home/Upload`, +// secure: false, +// changeOrigin: true, +// pathRewrite: { +// '^/Upload': '/' +// } +// })) - app.use(proxy('/local', { - target: 'http://127.0.0.1:8888', - secure: false, - changeOrigin: true, - pathRewrite: { - '^/local': '/' - } - })) -} \ No newline at end of file +// app.use(proxy('/wxpay', { +// target: `${host}/${service}wxpay`, +// secure: false, +// changeOrigin: true, +// pathRewrite: { +// '^/wxpay': '/' +// } +// })) + +// app.use(proxy('/trans', { +// target: `${host}/${service}trans`, +// secure: false, +// changeOrigin: true, +// pathRewrite: { +// '^/trans': '/' +// } +// })) +// } \ No newline at end of file -- Gitblit v1.8.0