king
2022-05-17 2ae980243b7ad705dea575eadcfc4cf4e24073bd
src/setupProxy.js
@@ -2,7 +2,7 @@
// const host = 'http://qingqiumarket.cn'
// const service = 'mkwms/'
module.exports = function() {}
module.exports = function(app) {}
// module.exports = function(app) {
//   app.use(proxy('/webapi', { 
//     target: `${host}/${service}webapi`,
@@ -42,11 +42,14 @@
//   }))
//   app.use(proxy('/trans', {
//     target: `${host}/${service}trans`,
//     target: `${host}/${service}`,
//     secure: false,
//     changeOrigin: true,
//     pathRewrite: {
//     '^/trans': '/'
//     }
//     changeOrigin: true
//   }))
//   app.use(proxy('/api', { // 旷视面板机接口测试
//     target: `http://192.168.1.66:80`,
//     secure: false,
//     changeOrigin: true
//   }))
// }