{template 'head'}
{template 'menu'}

导航管理

{loop $list $item} {/loop}
id 导航名字 位置 路径 选中图片 未选中图片 选中颜色 未选中颜色 序号 操作
{$item['id']} {$item['name']} {$item['position']} {$item['path']} {$item['selection_color']} {$item['unchecked_color']} {$item['sort']} 编辑   删除
{$list['pages']}
{template 'record'}
{template 'finally'}