update ruoyi-admin/src/main/resources/templates/index-topnav.html.

实例菜单开关控制
pull/205/head
Hacker 2020-09-04 14:03:41 +08:00 committed by Gitee
parent 6b67ebb818
commit 4ec66e6a9f
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@
</a>
</li>
<li role="presentation" id="tab_demo">
<li role="presentation" id="tab_demo" th:if="${demoEnabled}">
<a data-toggle="tab" href="#demo">
<i class="fa fa-desktop"></i> <span>实例演示</span>
</a>