修复权限按钮类型添加问题,修复日志页面表格未对齐问题

This commit is contained in:
wojiaoyishang
2025-01-26 16:04:05 +08:00
parent 40d0ea956d
commit 145ccbfb3e
8 changed files with 54 additions and 69 deletions
-1
View File
@@ -2,6 +2,5 @@ from applications import create_app
app = create_app()
if __name__ == '__main__':
app.run()