diff --git a/config/app.php b/config/app.php index fe72f6390e3b2344b01a9916f8882e59e973a78b..f84fa55bdf1921e593e9819fdc62d1ba5c9903a6 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 277b221324876a4fe15ec670fdcd13744e5957e5..6a700abb1e8bcdc04741c027ff1b14189e8d37d6 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 @@