增加后台主页跳转功能

This commit is contained in:
liyukun 2022-04-10 11:05:09 +08:00
parent 84ad4aadbf
commit ab2b3331ad
1 changed files with 94 additions and 89 deletions

View File

@ -249,6 +249,11 @@
</ul>
</li>
<!--end 消息-->
<!--跳转前台-->
<li class="dropdown dropdown-home">
<span data-toggle="dropdown" class="icon-palette" onclick="window.open( '/', '_blank')"><i class="mdi mdi-home-variant"></i></span>
</li>
<!--end 前台-->
</ul>
</div>
</nav>