From 2e53366717ad57da1a9dd6dc71a69c078961ad74 Mon Sep 17 00:00:00 2001
From: colly_wyx <wangyixiong_007@163.com>
Date: Thu, 10 Aug 2017 17:21:37 +0800
Subject: [PATCH] 新闻模块,平台首页

---
 application/controllers/Error.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/application/controllers/Error.php b/application/controllers/Error.php
index 36c1c98..e19cb2e 100644
--- a/application/controllers/Error.php
+++ b/application/controllers/Error.php
@@ -14,6 +14,9 @@
 			case 'no_data':
 				$msg = '���������������';
 				break;
+			case 'no_auth':
+				$msg = '���������������������������';
+				break;
 			case 'not_found':
 				$msg = '���������������';
 				break;

--
Gitblit v1.8.0