{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/login/login", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/home/home", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/login/setup", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/login/upgrade", "style": { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/test", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/wlzp", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/ddzy", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/zprk", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/rgjl", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/sgyk", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/zygl", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/dwgx", "style" : { "navigationStyle": "custom" } } ,{ "path" : "pages/manage/common/cxwl", "style" : { "navigationStyle": "custom" } } ], "globalStyle": { // "pageOrientation": "landscape", "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#d7592f", "backgroundColor": "#ffffff" }, "uniIdRouter": {} }