From 62d6bc507aec5c330bc698e81ad90cc2a130dd93 Mon Sep 17 00:00:00 2001 From: colly_wyx <wangyixiong_007@163.com> Date: Tue, 17 Apr 2018 15:24:20 +0800 Subject: [PATCH] 更新接口 --- 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