Skip to content

Commit f4df44c

Browse files
committed
[代码优化](v2.6):update README.md
1 parent 07ac312 commit f4df44c

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
#### 项目简介
1212
一个基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 JWT、Spring Security、Redis、Vue的前后端分离的后台管理系统
1313

14-
**开发文档:** [https://el-admin.vip](https://el-admin.vip)
15-
16-
**备用文档:** [https://doc.el-admin.xin](https://doc.el-admin.xin)
14+
**开发文档:** [https://doc.el-admin.xin](https://doc.el-admin.xin)
1715

1816
**体验地址:** [https://el-admin.xin](https://el-admin.xin)
1917

sql/eladmin.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ CREATE TABLE `sys_role` (
509509
-- Records of sys_role
510510
-- ----------------------------
511511
BEGIN;
512-
INSERT INTO `sys_role` VALUES (1, '超级管理员', 1, '-', '自定义', NULL, 'admin', '2018-11-23 11:04:37', '2020-08-06 16:10:24');
512+
INSERT INTO `sys_role` VALUES (1, '超级管理员', 1, '-', '全部', NULL, 'admin', '2018-11-23 11:04:37', '2020-08-06 16:10:24');
513513
INSERT INTO `sys_role` VALUES (2, '普通用户', 2, '-', '自定义', NULL, 'admin', '2018-11-23 13:09:06', '2020-09-05 10:45:12');
514514
COMMIT;
515515

@@ -528,8 +528,6 @@ CREATE TABLE `sys_roles_depts` (
528528
-- Records of sys_roles_depts
529529
-- ----------------------------
530530
BEGIN;
531-
INSERT INTO `sys_roles_depts` VALUES (1, 7);
532-
INSERT INTO `sys_roles_depts` VALUES (1, 8);
533531
INSERT INTO `sys_roles_depts` VALUES (2, 6);
534532
COMMIT;
535533

0 commit comments

Comments
 (0)