oa-base/pages.json

18 lines
291 B
JSON
Raw Normal View History

2024-04-11 06:31:44 +00:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
2024-06-03 09:11:28 +00:00
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
2024-04-11 06:31:44 +00:00
}
}
2024-06-03 09:11:28 +00:00
2024-04-11 06:31:44 +00:00
],
2024-06-03 09:11:28 +00:00
2024-04-11 06:31:44 +00:00
"uniIdRouter": {}
}