{ "pages": [ // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/hello_world/index", "style": { // #ifdef H5 "navigationStyle": "custom", // #endif "navigationBarTitleText": "%pages.index.index%" } } ] }