{ "easycom": { "^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText" : "速立保" } }, { "path" : "pages/index/auth", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/login/login", "style" : { "navigationBarTitleText" : "登录" } }, { "path" : "pages/login/info", "style" : { "navigationBarTitleText" : "用户协议" } }, { "path" : "pages/mine/need", "style" : { "navigationBarTitleText" : "我的需求" } }, { "path" : "pages/mine/share", "style" : { "navigationBarTitleText" : "我的供应" } }, { "path" : "pages/webview/web-view", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/mine/coll", "style" : { "navigationBarTitleText" : "我的收藏" } }, { "path" : "pages/comm/search", "style" : { "navigationBarTitleText" : "搜索" } }, { "path" : "pages/mine/feedback", "style" : { "navigationBarTitleText" : "问题反馈", "enablePullDownRefresh": true } }, { "path" : "pages/mine/addFeed", "style" : { "navigationBarTitleText" : "问题反馈" } }, { "path" : "pages/mine/about", "style" : { "navigationBarTitleText" : "了解速立保" } }, { "path" : "pages/comm/search2", "style" : { "navigationBarTitleText" : "搜索" } }, { "path" : "pages/index/detail/detail", "style" : { "navigationBarTitleText" : "详情" } }, { "path" : "pages/login/loginByCode", "style" : { "navigationBarTitleText" : "账号登录" } }, { "path" : "pages/discovery/discovery", "style" : { "navigationBarTitleText" : "速立保" } }, { "path" : "pages/home/home", "style" : { "navigationBarTitleText" : "我要什么" } }, { "path" : "pages/mine/mine", "style" : { "navigationBarTitleText" : "我的" } }, { "path" : "pages/comm/comm", "style" : { "navigationBarTitleText" : "我有什么" } } ], "subPackages": [{ "root":"homePages", "pages": [] }, { "root":"circlePages", "pages": [{ "path": "circle", "style": { "navigationBarTitleText": "晒帖子", "enablePullDownRefresh": false } }, { "path" : "addShare", "style" : { "navigationBarTitleText" : "发布供应" } }] }, { "root":"minePages", "pages": [{ "path": "set", "style": { "navigationBarTitleText": "设置", "enablePullDownRefresh": false } } ] }], "tabBar": { "color": "#868585", "selectedColor": "#005DA6", "list": [{ "pagePath": "pages/index/index", "text": "供需发布平台", "iconPath": "static/ui/home.png", "selectedIconPath": "static/ui/home1.png" }, { "pagePath": "pages/home/home", "text": "我要什么", "iconPath": "static/ui/need.png", "selectedIconPath": "static/ui/need1.png" }, { "pagePath": "pages/comm/comm", "text": "我有什么", "iconPath": "static/ui/share.png", "selectedIconPath": "static/ui/share1.png" } , { "pagePath": "pages/mine/mine", "text": "我的", "iconPath": "static/ui/me.png", "selectedIconPath": "static/ui/me1.png" } ]}, "globalStyle": { "navigationStyle": "custom", "navigationBarTextStyle": "black", "navigationBarTitleText": "速立保", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#F8F8F8" } }