{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { // "disableScroll": true, "navigationBarTitleText": "" } },{ "path": "pages/index/appointment", "style": { "navigationBarTitleText": "" } },{ "path": "pages/tourist/index", "style": { "navigationBarTitleText": "" } },{ "path": "pages/tourist/add", "style": { "navigationBarTitleText": "" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "" } },{ "path": "pages/user/guide", "style": { "navigationBarTitleText": "" } },{ "path": "pages/order/index", "style": { "navigationBarTitleText": "我的订单" } },{ "path": "pages/order/detail", "style": { "navigationBarTitleText": "订单详情" } },{ "path": "pages/ticket/index", "style": { "navigationBarTitleText": "" } },{ "path": "pages/ticket/detail", "style": { "navigationBarTitleText": "票信息" } },{ "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" } } ], "tabBar": { "color": "#B2BCCB", "selectedColor": "#26D9F2", "borderStyle": "#EEE", "backgroundColor": "#fff", "list": [{ "iconPath": "static/tabbar/index-gray.png", "selectedIconPath": "static/tabbar/index.png", "pagePath": "pages/index/index", "text": "首页" }, { "iconPath": "static/tabbar/ticket-gray.png", "selectedIconPath": "static/tabbar/ticket.png", "pagePath": "pages/ticket/index", "text": "票夹" }, { "iconPath": "static/tabbar/user-gray.png", "selectedIconPath": "static/tabbar/user.png", "pagePath": "pages/user/user", "text": "我的" }] }, "permission": { "scope.userLocation": { "desc": "获得当前位置" } }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "丽江古城景区", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F8F8F8", "navigationStyle": "custom" } }