Authored by 周少峰

Merge branch 'feature/geetest' into hotfix/salePage

Showing 1 changed file with 7 additions and 7 deletions
... ... @@ -149,13 +149,13 @@ app.use((req, res, next) => {
req.session = {};
}
req.app.locals = _.merge(req.app.locals, {
pc: {
geetest: {
validation: true
}
}
});
//req.app.locals = _.merge(req.app.locals, {
// pc: {
// geetest: {
// validation: true
// }
// }
//});
next();
});
... ...