Authored by 郭成尧

'合并代码''

... ... @@ -15,7 +15,7 @@ exports.index = (req, res, next) => {
indexModel.index(params).then(result => {
result.isLogin = true;
if (result) {
console.log(result);
res.render('index', result);
... ...