{ "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/about/about", "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/forums/forums", "style": { "navigationBarTitleText": "学生中心", "navigationBarBackgroundColor": "#4095e5", "enablePullDownRefresh": false } }, { "path": "pages/supermarkets/supermarkets", "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/run/run", "style": { "navigationBarTitleText": "获取code码", "enablePullDownRefresh": false } }, { "path": "pages/orderEvaluation/orderEvaluation", "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": true } }, { "path": "pages/textone/textone", "style": { "navigationBarTitleText": "文件上传", "enablePullDownRefresh": false } }, { "path": "pages/texttwo/texttwo", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/testfour/testfour", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false } }, { "path": "pages/testfour/list/list", "style": { "navigationBarTitleText": "测试一", "enablePullDownRefresh": false } }, { "path": "pages/testFive/testFive", "style": { "navigationBarTitleText": "取餐码", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#4095e5" } }, { "path": "pages/testseven/testseven", "style": { "navigationBarTitleText": "测试7", "enablePullDownRefresh": false } }, { "path": "pages/orderSettlement/orderSettlement", "style": { "navigationBarTitleText": "订单结算", "enablePullDownRefresh": false } }, { "path": "pages/collect/collect", "style": { "navigationBarTitleText": "收藏列表" } }, { "path": "pages/refund/refund", "style": { "navigationBarTitleText": "退款页面" } }, { "path": "pages/goToPay/goToPay", "style": { "navigationBarTitleText": "去支付" } }, { "path": "pages/testsix/testsix", "style": { "navigationBarTitleText": "测试页面6" } }, { "path": "pages/goSearch/goSearch", "style": { "navigationBarTitleText": "搜索页面" } }, { "path": "pages/testeleven/testeleven", "style": { "navigationBarTitleText": "测试页面11" } }, { "path" : "pages/goToRemark/goToRemark", "style" : { "navigationBarTitleText" : "去备注" } }, { "path" : "pages/testAI/testAI", "style" : { "navigationBarTitleText" : "DeepSeek" } } ], "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": {} }