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": {}
|
|
|
|
|
}
|