Commit e387fefc authored by 杨翌文's avatar 杨翌文

tibia

parent bd72a68b
......@@ -61,18 +61,6 @@ module.exports = function(app, config) {
next();
});
app.use(function(req, res, next) {
// if(!req.session){
// req.session ={}
// }
// req.session.user = {
// ent_code: 100001
// };
// req.session.openUser = {
// openId: '1111',
// integral: '100',
// exp: '100'
// };
console.log(req.headers['referer']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment