{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "navigationBarBackgroundColor": "#4095e5" //"transparentTitle": "always" } }, { "path" : "pages/my/my", "style" : { "navigationBarTitleText" : "我的" } }, { "path" : "pages/order/order", "style" : { "navigationBarTitleText" : "订单" } }, { "path" : "pages/login/login", "style" : { "navigationBarTitleText" : "登录", "enablePullDownRefresh" : false } }, { "path" : "pages/merchant/merchant", "style" : { "navigationBarTitleText" : "商家", "enablePullDownRefresh" : false } }, { "path" : "pages/test/test", "style" : { "navigationBarTitleText" : "测试", "enablePullDownRefresh" : false } }, { "path" : "pages/about/about", "style" : { "navigationBarTitleText" : "关于", "enablePullDownRefresh" : false } }, { "path" : "pages/connection/connection", "style" : { "navigationBarTitleText" : "联系我们", "enablePullDownRefresh" : false } }, { "path" : "pages/food/food", "style" : { "navigationBarTitleText" : "第一餐厅", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh" : false } }, { "path" : "pages/drinks/drinks", "style" : { "navigationBarTitleText" : "第二餐厅", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh" : false } }, { "path" : "pages/fruits/fruits", "style" : { "navigationBarTitleText" : "第三餐厅", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh" : false } }, { "path" : "pages/errands/errands", "style" : { "navigationBarTitleText" : "校内跑腿", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh" : false } }, { "path" : "pages/forums/forums", "style" : { "navigationBarTitleText" : "学生中心", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh" : false } }, { "path" : "pages/supermarkets/supermarkets", "style" : { "navigationBarTitleText" : "校内超市", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh" : false } }, { "path" : "pages/vegetables/vegetables", "style" : { "navigationBarTitleText" : "各种蔬菜", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh" : false } }, { "path" : "pages/medical/medical", "style" : { "navigationBarTitleText" : "医疗用品", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh" : false } }, { "path" : "pages/points/points", "style" : { "navigationBarTitleText" : "第四餐厅", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh" : false } }, { "path" : "pages/more/more", "style" : { "navigationBarTitleText" : "第五餐厅", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh" : false } }, { "path" : "pages/address/address", "style" : { "navigationBarTitleText" : "地址", "enablePullDownRefresh" : false } }, { "path" : "pages/run/run", "style" : { "navigationBarTitleText" : "跑腿认证", "enablePullDownRefresh" : false } }, { "path" : "pages/enter/enter", "style" : { "navigationBarTitleText" : "商家入驻", "enablePullDownRefresh" : false } }, { "path" : "pages/orderEvaluation/orderEvaluation", "style" : { "navigationBarTitleText" : "订单评价", "enablePullDownRefresh" : false } }, { "path" : "pages/message/message", "style" : { "navigationBarTitleText" : "个人信息", "enablePullDownRefresh" : false } }, { "path" : "pages/addressList/addressList", "style" : { "navigationBarTitleText" : "地址列表", "enablePullDownRefresh" : false } }, { "path" : "pages/extend/extend", "style" : { "navigationBarTitleText" : "推广赞助", "enablePullDownRefresh" : false } }, { "path" : "pages/merchant/Shopdetails", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } }, { "path" : "pages/messageCenter/messageCenter", "style" : { "navigationBarTitleText" : "消息中心", "enablePullDownRefresh" : false } }, { "path" : "pages/talk/talk", "style" : { "navigationBarTitleText" : "商家", "enablePullDownRefresh" : false } }, { "path" : "pages/fullOrder/fullOrder", "style" : { "navigationBarTitleText" : "全部订单", "enablePullDownRefresh" : false } }, { "path" : "pages/feedback/feedback", "style" : { "navigationBarTitleText" : "反馈改进", "enablePullDownRefresh" : false } }, { "path" : "pages/account/account", "style" : { "navigationBarTitleText" : "结算页面", "enablePullDownRefresh" : false } }, { "path" : "pages/foodCode/foodCode", "style" : { "navigationBarTitleText" : "取餐码", "enablePullDownRefresh" : false } }, { "path" : "pages/textone/textone", "style" : { "navigationBarTitleText" : "测试1", "enablePullDownRefresh" : false } }, { "path" : "pages/blueTooth/blueTooth", "style" : { "navigationBarTitleText" : "蓝牙", "enablePullDownRefresh" : false } }, { "path" : "pages/texttwo/texttwo", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#F8F8F8" }, /* "easycom": { "autoscan": true, "custom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue", } }, */ "tabBar": { "selectedColor": "#4095e5", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tabs/home.png", "selectedIconPath": "static/tabs/homeSelected.png" }, { "pagePath": "pages/order/order", "text": "购物车", "iconPath": "static/tabs/car.png", "selectedIconPath": "static/tabs/carSelected.png" }, { "pagePath": "pages/my/my", "text": "我的", "iconPath": "static/tabs/wode.png", "selectedIconPath": "static/tabs/wodeSelected.png" } ] }, "uniIdRouter": {} }