This commit is contained in:
张成
2025-11-13 11:42:24 +08:00
parent 2066796977
commit ae36d6da81
3 changed files with 10 additions and 2 deletions

View File

@@ -174,6 +174,7 @@ const app = AdminFramework.createApp({
'order/pay_orders': PayOrdersComponent
// 添加更多业务组件...
},
HomePage: CustomHomePage, // 可选:自定义首页组件,覆盖整个首页
onReady() {
console.log('应用已启动!')
}