* fix view bug

This commit is contained in:
tix 2016-12-26 12:03:43 +08:00
parent 3ff37e4bb3
commit 6c956bbe82
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ var router = express.Router();
router.get('/', function (req, res, next) {
res.render('origin', {
page_title: '原始监测数据'
page_title: '原始监测数据',
page_cont: null
});
});