src/setupProxy.js
@@ -36,12 +36,6 @@ changeOrigin: true })) app.use(proxy('/wechat', { target: `${options.host}/${options.service}`, secure: false, changeOrigin: true })) // app.use(proxy('/trans', { // target: `${host}/${service}`, // secure: false, @@ -53,4 +47,4 @@ // secure: false, // changeOrigin: true // })) } }