src/setupProxy.js @@ -47,4 +47,10 @@ // secure: false, // changeOrigin: true // })) } app.use(proxy('/star', { target: `http://dms.worx.cn/webapi`, secure: false, changeOrigin: true })) }