{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-app" } }, { "path" : "pages/login/login", "style" : { "navigationBarTitleText" : "" } } ], "subPackages": [ { "root": "kitchen", "pages": [ { "path" : "index/index", "style" : { "navigationBarTitleText" : "厨房介绍", "navigationBarBackgroundColor": "#F9F9F9" } }, { "path" : "pay/index", "style" : { "navigationBarTitleText" : "立即支付" } }, { "path" : "recharge/index", "style" : { "navigationStyle": "custom" } } ] }, { "root": "reservation", "pages": [{ "path" : "index/index", "style": { "navigationBarTitleText" : "活动列表", "usingComponents": { "dropdown": "/components/dropdown/dropdown" } } }, { "path" : "receive/index", "style": { "navigationBarTitleText" : "我的预约" } }, { "path" : "pickPoint/index", "style": { "navigationBarTitleText" : "自提点" } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }