From 65046166b22a04b874bc27d58216fc04dbe0a614 Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Thu, 4 Apr 2019 22:21:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.php | 2 +- thinkphp/tpl/think_exception.tpl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/app.php b/config/app.php index fe72f6390..f84fa55bd 100755 --- a/config/app.php +++ b/config/app.php @@ -137,7 +137,7 @@ return [ 'exception_tmpl' => Env::get('think_path') . 'tpl/think_exception.tpl', // 错误显示信息,非调试模式有效 - 'error_message' => '系统出现错误、请联系管理员或到ShopXO社区查阅~', + 'error_message' => '系统出现错误、请联系管理员或到'.implode('', ['S','h','o','p','X','O']).'社区查阅~', // 显示错误信息 'show_error_msg' => false, // 异常处理handle类 留空使用 \think\exception\Handle diff --git a/thinkphp/tpl/think_exception.tpl b/thinkphp/tpl/think_exception.tpl index 277b22132..6a700abb1 100755 --- a/thinkphp/tpl/think_exception.tpl +++ b/thinkphp/tpl/think_exception.tpl @@ -281,8 +281,8 @@ pre.prettyprint .dec, pre.prettyprint .var { color: #606 } /* a declaration; a variable name */ pre.prettyprint .fun { color: red } /* a function name */ - /* shopxo */ - .shopxo-ask { margin-left: 15px; } + /* bbs */ + .bbs-ask { margin-left: 15px; } @@ -413,9 +413,9 @@ -- GitLab