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,