Authored by 陈峰

bug

... ... @@ -7,7 +7,7 @@ let r = new Router();
r.get('/load', (ctx, next) => {
const reqPath = ctx.request.query.path;
let reqPath = ctx.request.query.path;
if (!reqPath) {
return next();
}
... ...