update mock function

This commit is contained in:
Chen Shuyang
2021-03-02 15:56:00 +00:00
parent a6cf4362d9
commit 01d560f41f
7 changed files with 105 additions and 113 deletions

View File

@ -36,9 +36,9 @@
<li class="dropdown">
<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') }}">客户公司信息</a></li>
<li><a href="{{ url_for('test2') }}">购买记录</a></li>
<li><a href="{{ url_for('test3') }}">客户咨询记录</a></li>
<li><a href="{{ url_for('test1') }}">IP登陆地统计</a></li>
<li><a href="{{ url_for('test2') }}">登陆市场统计</a></li>
<li><a href="{{ url_for('test3') }}">登录次数统计</a></li>
</ul>
</li>
</ul>