From d479d9fbcb37f8b861031c94a83d0e37761210c5 Mon Sep 17 00:00:00 2001
From: colly_wyx <wangyixiong_007@163.com>
Date: Tue, 29 May 2018 09:07:03 +0800
Subject: [PATCH] 修改bug

---
 application/core/System/Controller/Base.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/application/core/System/Controller/Base.php b/application/core/System/Controller/Base.php
index e4f86e8..6f92a05 100644
--- a/application/core/System/Controller/Base.php
+++ b/application/core/System/Controller/Base.php
@@ -58,6 +58,7 @@
             //$this->modules = $this->modules_service->getModuleListByRoleId();
             $this->setLayout($this->layout);
         }
+        
         //������������������������������
         $this->getView()->assign('route', $this->route);
     }

--
Gitblit v1.8.0