mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-11-13 22:23:44 +08:00
一些逻辑更新
This commit is contained in:
@@ -20,7 +20,14 @@ class ConsoleController extends BaseController
|
||||
{
|
||||
// 加载菜单配置
|
||||
$menu = \think\facade\Config::load("extendconfig/menu", 'extendconfig');
|
||||
return \json($menu);
|
||||
return json($menu);
|
||||
}
|
||||
// 管理菜单
|
||||
public function message()
|
||||
{
|
||||
// 加载菜单配置
|
||||
$message = \Plugin::getNotifyMessage();
|
||||
return json($message);
|
||||
}
|
||||
// 首页仪表盘
|
||||
public function console()
|
||||
|
||||
Reference in New Issue
Block a user