{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "订单", "navigationBarBackgroundColor": "#4095e5" } }, { "path" : "pages/my/my", "style" : { "navigationBarTitleText" : "我的店铺", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh" : false } }, { "path" : "pages/message/message", "style" : { "navigationBarTitleText" : "消息", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh" : false } }, { "path" : "pages/talk/talk", "style" : { "navigationBarTitleText" : "聊天", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh" : false } }, { "path" : "pages/product/product", "style" : { "navigationBarTitleText" : "商品管理", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh" : false } }, { "path" : "pages/index/list", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } }, { "path" : "pages/index/finish/finish", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } }, { "path" : "pages/index/cancel/cancel", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } }, { "path" : "pages/money/money", "style" : { "navigationBarTitleText" : "订单流水", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh" : false } }, { "path" : "pages/Statistics/Statistics", "style" : { "navigationBarTitleText" : "数据统计", "enablePullDownRefresh" : false, "navigationBarBackgroundColor": "#4095e5" /* "navigationBarTitleText": "echarts-renderjs" */ } }, { "path" : "pages/login/login", "style" : { "navigationBarTitleText" : "登录", "enablePullDownRefresh" : false, "navigationBarBackgroundColor": "#2b55ff" } }, { "path" : "pages/test/test", "style" : { "navigationBarTitleText" : "测试", "enablePullDownRefresh" : false } }, { "path" : "pages/evaluate/evaluate", "style" : { "navigationBarTitleText" : "评价管理", "enablePullDownRefresh" : false, "navigationBarBackgroundColor": "#4095e5" } }, { "path" : "pages/orderManagement/orderManagement", "style" : { "navigationBarTitleText" : "订单管理", "enablePullDownRefresh" : false, "navigationBarBackgroundColor": "#4095e5" } }, { "path" : "pages/blueTooth/blueTooth", "style" : { "navigationBarTitleText" : "蓝牙", "enablePullDownRefresh" : false, "navigationBarBackgroundColor": "#4095e5" } }, { "path" : "pages/more/more", "style" : { "navigationBarTitleText" : "更多功能", "enablePullDownRefresh" : false, "navigationBarBackgroundColor": "#4095e5" } }, { "path" : "pages/merchant/merchant", "style" : { "navigationBarTitleText" : "商户", "enablePullDownRefresh" : false, "navigationBarBackgroundColor": "#4095e5" } }, { "path" : "pages/Printer/Printer", "style" : { "navigationBarTitleText" : "打印", "enablePullDownRefresh" : false, "navigationBarBackgroundColor": "#4095e5" } }, { "path" : "pages/distribution/distribution", "style" : { "navigationBarTitleText" : "配送服务", "enablePullDownRefresh" : false, "navigationBarBackgroundColor": "#4095e5" } }, { "path" : "pages/manage/manage", "style" : { "navigationBarTitleText" : "店铺管理", "enablePullDownRefresh" : false, "navigationBarBackgroundColor": "#4095e5" } }, { "path" : "pages/testone/testone", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } }, { "path" : "pages/testfour/testfour", "style" : { "navigationBarTitleText" : "测试页四", "enablePullDownRefresh" : false } }, { "path" : "pages/three/three", "style" : { "navigationBarTitleText" : "订单", "enablePullDownRefresh" : false, "navigationBarBackgroundColor": "#4095e5" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "selectedColor": "#4095e5", "list": [ { "pagePath": "pages/index/index", "text": "订单", "iconPath": "static/order.png", "selectedIconPath": "static/orderSelected.png" }, { "pagePath": "pages/message/message", "text": "消息", "iconPath": "static/message.png", "selectedIconPath": "static/messageSelected.png" }, { "pagePath": "pages/my/my", "text": "我的", "iconPath": "static/shop.png", "selectedIconPath": "static/shopSelected.png" } ] }, "permission": { "scope.bluetooth": { "desc": "请授权使用蓝牙" } }, "uniIdRouter": {} }