fix: 修复角色控制器预制体中页面和按钮引用丢失的问题

将页面和按钮的引用从 null 恢复为正确的组件ID,并停用一个不必要的组件,以确保UI导航功能正常工作。
This commit is contained in:
walkpan
2026-04-01 19:53:04 +08:00
parent a9d1ebf14d
commit a645e65b09

View File

@@ -12607,7 +12607,7 @@
"__id__": 947
}
],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 955
@@ -23754,11 +23754,21 @@
"__prefab": {
"__id__": 1112
},
"heros_page": null,
"rank_page": null,
"home_btn": null,
"hero_btn": null,
"rank_btn": null,
"heros_page": {
"__id__": 626
},
"rank_page": {
"__id__": 1093
},
"home_btn": {
"__id__": 1004
},
"hero_btn": {
"__id__": 963
},
"rank_btn": {
"__id__": 1045
},
"_id": ""
},
{