mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2026-06-07 22:44:40 +08:00
1. 优化数据库结构,增强兼容性
2. 添加手机浏览器跳转支付宝收银 3. 添加手机浏览器跳转微信支付提示信息
This commit is contained in:
@@ -28,6 +28,12 @@ class ConsoleController extends BaseController
|
||||
{
|
||||
// 加载菜单配置
|
||||
$message = \Plugin::getNotifyMessage();
|
||||
if (empty($message)) {
|
||||
$message = [
|
||||
["id" => 1, "title" => "应用更新", "children" => []],
|
||||
["id" => 2, "title" => "官方消息", "children" => []],
|
||||
];
|
||||
}
|
||||
return json($message);
|
||||
}
|
||||
// 首页仪表盘
|
||||
|
||||
Reference in New Issue
Block a user