feat(pages): 不加route block 也会自动注册到页面

This commit is contained in:
Burt
2024-01-04 10:03:02 +08:00
parent a1d3cf3442
commit e6354bdade
3 changed files with 14 additions and 0 deletions

View File

@@ -42,6 +42,10 @@
"navigationBarTitleText": "我才是标题"
}
},
{
"path": "pages/demo/index",
"type": "page"
},
{
"path": "pages/my/index",
"type": "page",