From 05b2772c21aa85e9d69820e852180918b6fc7b6d Mon Sep 17 00:00:00 2001 From: colly_wyx <wangyixiong_007@163.com> Date: Fri, 30 Mar 2018 17:26:36 +0800 Subject: [PATCH] update --- application/modules/Role/views/role/list.phtml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/modules/Role/views/role/list.phtml b/application/modules/Role/views/role/list.phtml index 5d5196e..218bcbd 100644 --- a/application/modules/Role/views/role/list.phtml +++ b/application/modules/Role/views/role/list.phtml @@ -6,9 +6,9 @@ ��������������� </h1> <ol class="breadcrumb"> - <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> - <li><a href="#">Tables</a></li> - <li class="active">Data tables</li> + <li><a href="/admin/index/index"><i class="fa fa-dashboard"></i> ������������</a></li> + <li><a href="/role/role/list">���������������</a></li> + <li class="active">���������������</li> </ol> </section> -- Gitblit v1.8.0