管理端初始账号密码补充

This commit is contained in:
lhd 2025-03-14 10:41:19 +08:00
parent e762f98e4a
commit c98dea28c1
2 changed files with 3 additions and 1 deletions

View File

@ -4981,7 +4981,7 @@ CREATE TABLE `tz_sys_user` (
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='系统用户';
/*Data for the table `tz_sys_user` */
/* 初始账号密码为 admin/123456*/
insert into `tz_sys_user`(`user_id`,`username`,`password`,`email`,`mobile`,`status`,`create_user_id`,`create_time`,`shop_id`) values
(1,'admin','{bcrypt}$2a$10$AV9Xz.3ck4RsXiad5ArcBO5.ZKwlpcnJzs740BHY..fsSp0PnM/Zu','root@123.com','11111111111',1,1,'2016-11-11 11:11:11',1);

View File

@ -181,3 +181,5 @@ server {
##### 4. 初始账号密码
后台管理端账号admin 密码123456