过滤查询,完善基础功能,解决unicode编码问题,增加磁盘监控对于docker容器的判断

This commit is contained in:
mkg
2021-03-19 22:20:45 +08:00
parent d2a2b35317
commit 3dcdf8e1a3
20 changed files with 513 additions and 114 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ ma = Marshmallow()
# 首页
@admin_index.route('/')
@PreAuthorize('index:index')
@login_required
def index():
username = current_user.username
return render_template('admin/index.html', username=username)