This commit is contained in:
Chen Shuyang 2021-03-03 06:53:28 +00:00
parent 72f77e2023
commit 9a6f1e30bd

View File

@ -37,7 +37,7 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">客户信息<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="{{ url_for('test1') }}">IP登陆地统计</a></li>
<li><a href="{{ url_for('test2') }}">登陆市场统计</a></li>
<li><a href="{{ url_for('test2') }}">登陆时长统计</a></li>
<li><a href="{{ url_for('test3') }}">登录次数统计</a></li>
</ul>
</li>