摘要: const app = express() app.use(matchPath, proxy(serverAddress, { proxyReqPathResolver: function(req) { return remainPath + req.url } })) 阅读全文
posted @ 2018-12-28 21:59 樊顺 阅读(982) 评论(0) 推荐(0) 编辑
摘要: 一般使用方法: 传递默认参数: 参数reducer会默认为defaultState的值 阅读全文
posted @ 2018-12-28 21:19 樊顺 阅读(1865) 评论(0) 推荐(0) 编辑