{% load static %}
Archery-SQL审核查询平台
Toggle navigation
Archery
你好,{{ user }}
{% if todo > 0 %}
{{ todo }}
{% else %}
{% endif %}
{% if user.is_superuser %}
系统信息
管理后台
{% endif %}
两步验证
修改密码
退出
{% if perms.sql.menu_dashboard %}
Dashboard
{% endif %} {% if perms.sql.menu_sqlcheck %}
SQL审核
{% if perms.sql.menu_sqlworkflow %}
SQL上线
{% endif %} {% if perms.sql.menu_sqlanalyze %}
SQL分析
{% endif %}
{% endif %} {% if perms.sql.menu_query %}
SQL查询
{% if perms.sql.menu_sqlquery %}
在线查询
{% endif %} {% if perms.sql.menu_data_dictionary %}
数据字典
{% endif %} {% if perms.sql.menu_queryapplylist %}
权限管理
{% endif %}
{% endif %} {% if perms.sql.menu_sqloptimize %}
SQL优化
{% if perms.sql.menu_sqladvisor %}
优化工具
{% endif %} {% if perms.sql.menu_slowquery %}
慢查日志
{% endif %}
{% endif %} {% if perms.sql.menu_instance %}
实例管理
{% if perms.sql.menu_instance_list %}
实例列表
{% endif %} {% if perms.sql.menu_dbdiagnostic %}
会话管理
{% endif %} {% if perms.sql.menu_database %}
数据库管理
{% endif %} {% if perms.sql.menu_instance_account %}
账号管理
{% endif %} {% if perms.sql.menu_param %}
参数配置
{% endif %}
{% endif %} {% if perms.sql.menu_tools %}
工具插件
{% if perms.sql.menu_archive %}
PTArchiver
{% endif %} {% if perms.sql.menu_my2sql %}
My2SQL
{% endif %} {% if perms.sql.menu_schemasync %}
SchemaSync
{% endif %}
{% endif %} {% if perms.sql.menu_system %}
系统管理
配置项管理
资源组管理
其他配置管理
用户管理
权限组管理
全部后台数据
{% endif %} {% if perms.sql.audit_user %}
系统审计
通用审计
sql上线审计
查询审计
{% endif %} {% if perms.sql.menu_document %}
相关文档
{% endif %} {% if perms.sql.menu_openapi %}
OpenAPI
{% endif %}
×
两步验证
TOTP:
短信:
×
验证当前用户密码
输入密码验证:
×
扫码绑定
1. 使用Google身份验证器扫码:
1. 输入要绑定的手机号码:
2. 输入6位验证码完成绑定:
{% block content %} {% endblock content %}
{% block js %} {% endblock %}