Commit 249884f4 authored by 陈家荣's avatar 陈家荣

6

parent ed28bf06
...@@ -140,7 +140,9 @@ router.get('/user/from/share', function(req, res, next) { ...@@ -140,7 +140,9 @@ router.get('/user/from/share', function(req, res, next) {
}); });
//检查用户权限 //检查用户权限
router.post('/user/from/checkLimitAction', function(req, res, next) { router.post('/user/checkLimitAction', function(req, res, next) {
console.log(req.session);
var mid = req.session.mobileForumUser.userId; var mid = req.session.mobileForumUser.userId;
if(mid){ if(mid){
var array = []; var array = [];
......
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