king
2020-01-03 862b6cf69dc925a6138a7ebf79b782a5d7791202
src/setupProxy.js
@@ -21,6 +21,15 @@
    }
  }))
  app.use(proxy('/Upload', { // 登录接口
    target: `http://qingqiumarket.cn/${service}/zh-CN/Home/Upload`,
    secure: false,
    changeOrigin: true,
    pathRewrite: {
    '^/Upload': '/'
    }
  }))
  app.use(proxy('/local', { 
    target: 'http://127.0.0.1:8888',
    secure: false,