10 lines
128 B
PHP
10 lines
128 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'title' => '页面加载出错',
|
|
|
|
'body' => '加载此页面时发生错误,请稍后重试。',
|
|
|
|
];
|