取消表格导出功能,修复回滚(删表)功能的painc (#1310)

* [feature]:取消表格导出功能

* 修复回滚(删表)painc的问题

* [feature]:修改初始化
This commit is contained in:
奇淼(piexlmax
2022-12-12 14:42:47 +08:00
committed by GitHub
parent 0627359b6e
commit e47a512fc8
19 changed files with 21 additions and 461 deletions

View File

@@ -148,11 +148,6 @@ func (i *initApi) InitializeData(ctx context.Context) (context.Context, error) {
{ApiGroup: "email", Method: "POST", Path: "/email/emailTest", Description: "发送测试邮件"},
{ApiGroup: "email", Method: "POST", Path: "/email/emailSend", Description: "发送邮件示例"},
{ApiGroup: "excel", Method: "POST", Path: "/excel/importExcel", Description: "导入excel"},
{ApiGroup: "excel", Method: "GET", Path: "/excel/loadExcel", Description: "下载excel"},
{ApiGroup: "excel", Method: "POST", Path: "/excel/exportExcel", Description: "导出excel"},
{ApiGroup: "excel", Method: "GET", Path: "/excel/downloadTemplate", Description: "下载excel模板"},
{ApiGroup: "按钮权限", Method: "POST", Path: "/authorityBtn/setAuthorityBtn", Description: "设置按钮权限"},
{ApiGroup: "按钮权限", Method: "POST", Path: "/authorityBtn/getAuthorityBtn", Description: "获取已有按钮权限"},
{ApiGroup: "按钮权限", Method: "POST", Path: "/authorityBtn/canRemoveAuthorityBtn", Description: "删除按钮"},