refactor: ♻️ 2.0 (#13)

This commit is contained in:
2023-12-13 18:43:53 +08:00
committed by GitHub
parent 247e35484c
commit 19f3405a36
288 changed files with 24348 additions and 2141 deletions

View File

@@ -0,0 +1,8 @@
[
{
"Enabled": true,
"UserRegisterConfirm": false,
"UserRegisterDeptId": 372119301627909,
"UserRegisterRoleId": 371729946431493
}
]

View File

@@ -0,0 +1,8 @@
[
{
"Id": 372119301627909,
"Name": "默认部门",
"Enabled": true,
"Sort": 100
}
]

View File

@@ -0,0 +1,13 @@
[
{
"Code": "generic",
"Id": 375317236772869,
"Name": "通用字典"
},
{
"Code": "geo-area",
"Id": 379794295185413,
"Name": "行政区划代码",
"ParentId": 375317236772869
}
]

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,206 @@
[
// ------------------------------ 主控面板 ------------------------------
{
"Component": "home",
"Icon": "el-icon-house",
"Id": 373837717815301,
"Name": "home",
"Path": "/home",
"Sort": 100,
"Title": "主控面板",
"Type": 1
},
// ------------------------------ 权限管理 ------------------------------
{
"Icon": "el-icon-setting",
"Id": 373837917724677,
"Name": "power",
"Path": "/power",
"Sort": 100,
"Title": "权限管理",
"Type": 1
},
{
"Component": "sys/user",
"Icon": "el-icon-user",
"Id": 373837957840901,
"Name": "sys-user",
"ParentId": 373837917724677,
"Path": "/sys/user",
"Sort": 100,
"Title": "用户管理",
"Type": 1
},
{
"Component": "sys/role",
"Icon": "sc-icon-role",
"Id": 373838018527237,
"Name": "sys-role",
"ParentId": 373837917724677,
"Path": "/sys/role",
"Sort": 99,
"Title": "角色管理",
"Type": 1
},
{
"Component": "sys/dept",
"Icon": "sc-icon-dept",
"Id": 373838045605893,
"Name": "sys-dept",
"ParentId": 373837917724677,
"Path": "/sys/dept",
"Sort": 98,
"Title": "部门管理",
"Type": 1
},
{
"Component": "sys/menu",
"Icon": "el-icon-fold",
"Id": 373838070898693,
"Name": "sys-menu",
"ParentId": 373837917724677,
"Path": "/sys/menu",
"Sort": 97,
"Title": "菜单管理",
"Type": 1
},
// ------------------------------ 系统管理 ------------------------------
{
"Icon": "sc-icon-App",
"Id": 485278637670422,
"Name": "sys",
"Path": "/sys",
"Sort": 99,
"Title": "系统管理",
"Type": 1
},
{
"Component": "sys/config",
"Icon": "el-icon-set-up",
"Id": 380415005847557,
"Name": "sys-config",
"ParentId": 485278637670422,
"Path": "/sys/config",
"Sort": 100,
"Title": "系统设置",
"Type": 1
},
{
"Component": "sys/dic",
"Icon": "sc-icon-dic",
"Id": 375315654221829,
"Name": "sys-dic",
"ParentId": 485278637670422,
"Path": "/sys/dic",
"Sort": 99,
"Title": "字典管理",
"Type": 1
},
{
"Component": "sys/msg",
"Icon": "el-icon-message",
"Id": 482779610341392,
"Name": "sys-msg",
"ParentId": 485278637670422,
"Path": "/sys/msg",
"Sort": 98,
"Title": "消息管理",
"Type": 1,
},
{
"Component": "sys/api",
"Icon": "sc-icon-api",
"Id": 397880678895621,
"Name": "sys-api",
"ParentId": 485278637670422,
"Path": "/sys/api",
"Sort": 97,
"Title": "接口管理",
"Type": 1
},
{
"Component": "sys/cache",
"Icon": "sc-icon-memory",
"Id": 374911555702789,
"Name": "sys-cache",
"ParentId": 485278637670422,
"Path": "/sys/cache",
"Sort": 96,
"Title": "缓存管理",
"Type": 1
},
{
"Component": "home/widgets/components/ver",
"Icon": "el-icon-pointer",
"Id": 480998862188554,
"Name": "sys-about",
"ParentId": 485278637670422,
"Path": "/sys/about",
"Sort": 95,
"Title": "版本信息",
"Type": 1,
},
// ------------------------------ 日志管理 ------------------------------
{
"Icon": "el-icon-tickets",
"Id": 374792687640581,
"Name": "log",
"Path": "/log",
"Sort": 98,
"Title": "日志管理",
"Type": 1
},
{
"Component": "sys/log/operation",
"Icon": "el-icon-pointer",
"Id": 485285246504976,
"Name": "sys-log-operation",
"ParentId": 374792687640581,
"Path": "/sys/log/operation",
"Sort": 100,
"Title": "操作日志",
"Type": 1,
},
{
"Component": "sys/log/login",
"Icon": "sc-icon-OpenDoor",
"Id": 485285246504970,
"Name": "sys-log-login",
"ParentId": 374792687640581,
"Path": "/sys/log/login",
"Sort": 99,
"Title": "登录日志",
"Type": 1,
},
// ------------------------------ 开发管理 ------------------------------
{
"Icon": "sc-icon-code",
"Id": 373838105399301,
"Name": "dev",
"Path": "/dev",
"Sort": 97,
"Title": "开发管理",
"Type": 1
},
{
"Component": "dev/code",
"Icon": "sc-icon-code2",
"Id": 373838147022853,
"Name": "dev-code",
"ParentId": 373838105399301,
"Path": "/dev/code",
"Sort": 100,
"Title": "代码生成",
"Type": 1
},
{
"Id": 482777529417739,
"ParentId": 373838105399301,
"Icon": "el-icon-eleme-filled",
"Name": "dev-element",
"Path": "https://element-plus.gitee.io/zh-CN/component/button.html",
"Sort": 99,
"Title": "Element",
"Type": 3,
}
]

View File

@@ -0,0 +1,18 @@
[
{
"DataScope": 1,
"Enabled": true,
"Id": 370943613149253,
"IgnorePermissionControl": true,
"DisplayDashboard": true,
"Name": "超级管理员",
"Sort": 100
},
{
"DataScope": 1,
"Enabled": true,
"Id": 371729946431493,
"Name": "普通用户",
"Sort": 100
}
]

View File

@@ -0,0 +1,22 @@
[
{
"ApiId": "api/sys/menu/user.menus",
"RoleId": 371729946431493
},
{
"ApiId": "api/sys/user/user.info",
"RoleId": 371729946431493
},
{
"ApiId": "api/sys/menu",
"RoleId": 371729946431493
},
{
"ApiId": "api/sys/user",
"RoleId": 371729946431493
},
{
"ApiId": "api/biz/member/member.info",
"RoleId": 371729946431493
}
]

View File

@@ -0,0 +1,12 @@
[
{
"Id": 396423792566281,
"MenuId": 373837717815301,
"RoleId": 371729946431493
},
{
"Id": 396423792566282,
"MenuId": 374967228141573,
"RoleId": 371729946431493
}
]

View File

@@ -0,0 +1,10 @@
[
{
"Content": "<p>尊敬的用户:</p>\n<p style=\"padding-left: 40px;\">欢迎您使用 dot 后台管理系统dot 是一款通用后台权限管理系统和快速开发框架,它基于 C#12/.NET8、Vue3/Vite、Element Plus 等现代技术构建,具有十分整洁、优雅的编码规范。</p>\n<p style=\"padding-left: 40px;\">dot 致力于为企业提供高效、安全、易用的解决方案,帮助您快速构建出符合业务需求的应用程序。系统提供了丰富的功能模块,包括用户管理、权限管理、日志管理、文件上传等,可以满足您日常管理的需求。</p>\n<p style=\"padding-left: 40px;\">在使用 dot 的过程中,我们真诚地希望您能够遵守以下规定:</p>\n<p style=\"padding-left: 80px;\">1. 不得利用 dot 进行非法活动或者侵犯他人权益;</p>\n<p style=\"padding-left: 80px;\">2. 不得对 dot 系统进行恶意攻击或者破坏;</p>\n<p style=\"padding-left: 80px;\">3. 不得将 dot 系统的任何部分用于商业目的或者未经授权的访问。</p>\n<p style=\"padding-left: 80px;\">4. 为了更好地为您提供服务dot 将不断进行优化和升级,同时也欢迎您提出宝贵的意见和建议。如果您在使用过程中遇到任何问题,可以通过官方网站或者技术支持团队进行咨询和解决。</p>\n<p style=\"padding-left: 40px;\">再次感谢您对 dot 的信任和支持我们相信在您的使用过程中dot 一定会成为您的得力助手,为您的事业发展提供强有力的支持!</p>\n<p style=\"text-align: right;\">dot 开发团队</p>",
"MsgType": 2,
"Summary": "尊敬的用户:\n欢迎您使用 dot 后台管理系统dot 是一款通用后台权限管理系统和快速开发框架,它基于 C#12/.NET8、Vue3/Vite、Element Plus 等现代",
"Title": "欢迎使用 dot 后台管理系统",
"CreatedUserId": 370942943322181,
"CreatedUserName": "root",
}
]

View File

@@ -0,0 +1,10 @@
[
{
"DeptId": 372119301627909,
"Enabled": true,
"Id": 370942943322181,
"Password": "A8E87D23-49BC-25A1-1C7C-59186BEF5D15",
"Token": "A9AFD92E-A33D-4152-9A6C-A9C141D24887",
"UserName": "root"
}
]

View File

@@ -0,0 +1,5 @@
[
{
"Id": 370942943322181
}
]

View File

@@ -0,0 +1,6 @@
[
{
"RoleId": 370943613149253,
"UserId": 370942943322181
}
]