From 7f02c34d386f16edb9cbf71976651d6f9495c9f7 Mon Sep 17 00:00:00 2001
From: colly_wyx <wangyixiong_007@163.com>
Date: Sat, 28 Apr 2018 14:58:22 +0800
Subject: [PATCH] 修改bug
---
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