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) => { | @@ -149,13 +149,13 @@ app.use((req, res, next) => { | ||
149 | req.session = {}; | 149 | req.session = {}; |
150 | } | 150 | } |
151 | 151 | ||
152 | - req.app.locals = _.merge(req.app.locals, { | ||
153 | - pc: { | ||
154 | - geetest: { | ||
155 | - validation: true | ||
156 | - } | ||
157 | - } | ||
158 | - }); | 152 | + //req.app.locals = _.merge(req.app.locals, { |
153 | + // pc: { | ||
154 | + // geetest: { | ||
155 | + // validation: true | ||
156 | + // } | ||
157 | + // } | ||
158 | + //}); | ||
159 | 159 | ||
160 | next(); | 160 | next(); |
161 | }); | 161 | }); |
-
Please register or login to post a comment