{ "easycom": { "autoscan": true, "custom": { // uni-ui 规则如下配置 "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue" } }, "usingComponents": { "van-index-bar": "@vant/weapp/index-bar/index", "van-index-anchor": "@vant/weapp/index-anchor/index" }, "tabBar":{ "custom":true, "color": "#7D7DA4", "selectedColor": "#FFFFFF", "borderStyle": "black", "backgroundColor": "#151126", "list": [ { "pagePath": "pages/friends/friends", "iconPath": "static/tabbar/friends-off.png", "selectedIconPath": "static/tabbar/friends-on.png", "text": "交友" }, { "pagePath": "pages/messages/messages", "iconPath": "static/tabbar/message-off.png", "selectedIconPath": "static/tabbar/message-on.png", "text": "消息" }, { "pagePath": "pages/mine/mine", "iconPath": "static/tabbar/mine-off.png", "selectedIconPath": "static/tabbar/mine-on.png", "text": "我的" } ] }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/login/login", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } }, { "path" : "pages/friends/friends", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } }, { "path" : "pages/login/loginByPhone", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/login/loginByCode", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/login/loginByPassword", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/info/sex", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/info/figure", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/info/datum", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/info/city", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/info/wechat", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/mine/mine", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/friends/user", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/mine/guest", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/mine/album", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/info/editCenter", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } }, { "path" : "pages/info/labels", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/vip/vip", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/wallet/wallet", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/webview/webview", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/messages/messages", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "pages/search/search", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ], "subPackages": [{ "root": "pagesSub/", "pages": [ { "path" : "chatting/chatting", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "setting/setting", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ,{ "path" : "faceVideo/faceVideo", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle":"custom" } } ] }], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#151126", "backgroundColor": "#151126" } }