16 lines
149 B
PHP
16 lines
149 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'actions' => [
|
|
|
|
'logout' => [
|
|
'label' => '退出登录',
|
|
],
|
|
|
|
],
|
|
|
|
'welcome' => '欢迎',
|
|
|
|
];
|