{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/chat/ChatQuickAccess", "style": { "navigationBarTitleText": "" } }, { "path": "pages/order/list", "style": { "navigationStyle": "custom" } }, { "path": "pages/order/detail", "style": { "navigationStyle": "custom" } } ], "globalStyle": { // "navigationBarTextStyle": "black", // // "navigationBarTitleText": "小沐", // "navigationBarBackgroundColor": "#F8F8F8", // "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }