1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-13 04:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

密码加密放在后台进行

This commit is contained in:
2022-04-01 18:03:16 +08:00
parent d3c9ba10c4
commit b27b709cbf
4 changed files with 100 additions and 11 deletions

View File

@@ -38,6 +38,12 @@ router.get('/login', function (req, res) {
});
});
router.get('/register', function (req, res) {
res.render('register', {
title: "用户注册"
});
});
router.get('/admin/index', function (req, res) { // '/admin(/index)?'
res.render('admin/index', {
title: "后台管理"