{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path" : "pages/shop/index", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom" } }, { "path" : "pages/brand/index", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/my/index", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom" } }, { "path" : "pages/shop/cart", "style" : { "navigationBarTitleText" : "购物车" } } ], "subPackages": [ { "root": "integralMall", "pages": [{ "path" : "pages/index", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom" } }, { "path" : "pages/pro/detail", "style" : { "navigationBarTitleText" : "商品详情" } } ] }, { "root": "PDA", "pages": [{ "path" : "pages/index", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom" } }, { "path" : "pages/login", "style" : { "navigationBarTitleText" : "", "navigationStyle": "custom" } }, { "path" : "pages/enter/enter", "style" : { "navigationBarTitleText" : "扫码入库" } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "h5": { "titleNView": false } }, "uniIdRouter": {} }