mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-19 17:58:11 +00:00
14 lines
302 B
JSON
14 lines
302 B
JSON
{
|
||
"pages": [ // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/hello_world/index",
|
||
"style": {
|
||
// #ifdef H5
|
||
"navigationStyle": "custom",
|
||
// #endif
|
||
"navigationBarTitleText": "%pages.index.index%"
|
||
}
|
||
}
|
||
]
|
||
|
||
} |