{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "场站箱管辅助" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": false } }, { "path": "pages/my/my", "style": { "navigationBarTitleText": "个人中心", "enablePullDownRefresh": false } } ,{ "path" : "pages/train/train", "style" : { "navigationBarTitleText": "班列业务", "enablePullDownRefresh": false } } ,{ "path" : "pages/customer/customer", "style" : { "navigationBarTitleText": "客户业务", "enablePullDownRefresh": false } } ,{ "path" : "pages/customer-check/customer-check", "style" : { "navigationBarTitleText": "客户业务核对", "enablePullDownRefresh": false } } ,{ "path" : "pages/train-check/train-check", "style" : { "navigationBarTitleText": "班列业务核对", "enablePullDownRefresh": false } } ], "easycom": { "autoscan": true, "custom": { "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue" } }, "tabBar": { "color": "#666666", "selectedColor": "#5677FC", "backgroundColor": "#FFFFFF", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/index.png", "selectedIconPath": "static/indexfill.png", "text": "首页" }, { "pagePath": "pages/my/my", "iconPath": "static/my.png", "selectedIconPath": "static/myfill.png", "text": "我的" }] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "场站箱管辅助", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }