{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/login/reg", "style": { "navigationBarTitleText": "注册" } }, { "path": "pages/tabBar/ship/ship", "style": { "navigationBarTitleText": "货运", "app-plus": { "bounce": "vertical", "titleNView": { "buttons": [{ // "text": "\ue534", "text": "", "fontSrc": "/static/uni.ttf", "fontSize": "22px", "color": "#FFFFFF" }] } } } }, { "path": "pages/tabBar/ship/ship_refresh", "style": { "navigationBarTitleText": "货运", "app-plus": { "bounce": "vertical", "titleNView": { "buttons": [{ // "text": "\ue534", "text": "", "fontSrc": "/static/uni.ttf", "fontSize": "22px", "color": "#FFFFFF" }] } } } }, { "path": "pages/tabBar/history/history", "style": { "navigationBarTitleText": "历史", "app-plus": { "bounce": "vertical", "titleNView": { "buttons": [{ // "text": "\ue534", "text": "", "fontSrc": "/static/uni.ttf", "fontSize": "22px", "color": "#FFFFFF" }] } } } }, { "path": "pages/tabBar/my/my", "style": { "navigationBarTitleText": "我的", "app-plus": { "titleNView": { "buttons": [{ // "text": "\ue534", "text": "", "fontSrc": "/static/uni.ttf", "fontSize": "22px", "color": "#FFFFFF" }] } } } }, { "path": "pages/tabBar/ship/detail/detail", "style": { "navigationBarTitleText": "货运详情" } }, { "path": "pages/tabBar/history/detail/detail", "style": { "navigationBarTitleText": "历史详情" } }, { "path": "pages/tabBar/my/detail/detail", "style": { "navigationBarTitleText": "我的信息", "app-plus": { "titleNView": { "autoBackButton": false } } } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-app" } }, { "path": "pages/sample/richAlert", "style": { "navigationBarTitleText": "RichAlert" } } ], "globalStyle": { "pageOrientation": "portrait", "navigationBarTitleText": "天路通", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#007AFF", "backgroundColor": "#F8F8F8", "backgroundColorTop": "#F4F5F6", "backgroundColorBottom": "#F4F5F6", "mp-360": { "navigationStyle": "custom" }, "h5": { "maxWidth": 1190, "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#F1F1F1" } }, "tabBar": { "color": "#7A7E83", "selectedColor": "#007AFF", "borderStyle": "black", "backgroundColor": "#F8F8F8", "list": [{ "pagePath": "pages/tabBar/ship/ship", "iconPath": "static/ship.png", "selectedIconPath": "static/shipHL.png", "text": "货运" }, { "pagePath": "pages/tabBar/history/history", "iconPath": "static/history.png", "selectedIconPath": "static/historyHL.png", "text": "历史" }, { "pagePath": "pages/tabBar/my/my", "iconPath": "static/my.png", "selectedIconPath": "static/myHL.png", "text": "我的" }] } }