1. 优化数据库结构,增强兼容性

2. 添加手机浏览器跳转支付宝收银
3. 添加手机浏览器跳转微信支付提示信息
This commit is contained in:
技术老胡
2025-03-18 11:49:00 +08:00
parent b3dd6ba3f0
commit a05a5710af
4 changed files with 98 additions and 69 deletions

View File

@@ -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);
}
// 首页仪表盘