新增部分登录实现

This commit is contained in:
aoshiguchen
2022-08-01 23:50:46 +08:00
parent c287889a82
commit b0e3a3454e
15 changed files with 408 additions and 21 deletions
@@ -1,3 +1,3 @@
#
insert into `user`(`id`, `name`,`login_name`,`login_password`,`create_time`, `update_time`) values
(1, '管理员', 'admin', '123456', datetime('now', 'localtime'), datetime('now', 'localtime'));
(1, '管理员', 'admin', 'e10adc3949ba59abbe56e057f20f883e', datetime('now', 'localtime'), datetime('now', 'localtime'));