mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update index.html
This commit is contained in:
parent
52dd88689a
commit
1731e950ef
@ -13,7 +13,7 @@
|
|||||||
{block name="content"}
|
{block name="content"}
|
||||||
<div class="layui-tab layui-tab-card think-bg-white">
|
<div class="layui-tab layui-tab-card think-bg-white">
|
||||||
<ul class="layui-tab-title">
|
<ul class="layui-tab-title">
|
||||||
{foreach ['index'=>'当前菜单','recycle'=>'回 收 站'] as $k=>$v}
|
{foreach ['index'=>'系统菜单','recycle'=>'回 收 站'] as $k=>$v}
|
||||||
{if isset($type) and $type eq $k}
|
{if isset($type) and $type eq $k}
|
||||||
<li class="layui-this" data-open="{:url('index')}?type={$k}">{$v}</li>
|
<li class="layui-this" data-open="{:url('index')}?type={$k}">{$v}</li>
|
||||||
{else}
|
{else}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user