|  | @@ -106,7 +106,8 @@ app.use('/pm/api', pmRouter);
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |  app.get('/main',  function(req, res) {
 |  |  app.get('/main',  function(req, res) {
 | 
												
													
														
															|  |      let pm = require('./modules/pm/controllers/pm_controller');
 |  |      let pm = require('./modules/pm/controllers/pm_controller');
 | 
												
													
														
															|  | -    pm.checkProjectRight(req.session.ssoId, req.query.project, function (hasRight) {
 |  | 
 | 
												
													
														
															|  | 
 |  | +    console.log(req.session);
 | 
												
													
														
															|  | 
 |  | +    pm.checkProjectRight(req.session.sessionUser.ssoId, req.query.project, function (hasRight) {
 | 
												
													
														
															|  |          if (hasRight) {
 |  |          if (hasRight) {
 | 
												
													
														
															|  |              res.render('building_saas/main/html/main.html',
 |  |              res.render('building_saas/main/html/main.html',
 | 
												
													
														
															|  |                  {
 |  |                  {
 |