{ "easycom": { "autoscan": true, "custom": { "^ex-(.*)": "feng-uniapp-exploit/components/ex-$1/ex-$1.vue", "^u-(.*)": "uview-plus/components/u-$1/u-$1.vue" } }, "pages": [ { "path": "pages/votingElection/index", "style": { "navigationBarTitleText": "投票选举", "enablePullDownRefresh": true } }, { "path": "pages/electionList/index", "style": { "navigationBarTitleText": "选举列表", "enablePullDownRefresh": true } }, { "path": "pages/electionList/info", "style": { "navigationBarTitleText": "选举结果详情", "enablePullDownRefresh": false } }, { "path": "pages/electionResults/index", "style": { "navigationBarTitleText": "选举结果", "navigationBarTextStyle": "white", "enablePullDownRefresh": true } }, { "path": "pages/myElection/index", "style": { "navigationBarTitleText": "我的选举", "navigationBarTextStyle": "white", "enablePullDownRefresh": true } }, { "name": "links", "path": "pages/index/links", "style": { "navigationBarTitleText": "外部链接", "enablePullDownRefresh": false } }, { "name": "user", "path": "pages/mine/index", "style": { "navigationBarTitleText": "个人信息", "enablePullDownRefresh": false } }, { "name": "user", "path": "pages/mine/add", "style": { "navigationBarTitleText": "个人信息", "enablePullDownRefresh": false } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#2563EB", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#9CA3AF", "selectedColor": "#2563EB", "borderStyle": "white", "backgroundColor": "#FFFFFF", "list": [ { "pagePath": "pages/votingElection/index", "iconPath": "static/tabbar/tpxj.png", "selectedIconPath": "static/tabbar/tpxj-select.png", "text": "投票选举" }, { "pagePath": "pages/electionList/index", "iconPath": "static/tabbar/xjlb.png", "selectedIconPath": "static/tabbar/xjlb-select.png", "text": "选举列表" }, { "pagePath": "pages/electionResults/index", "iconPath": "static/tabbar/xjjg.png", "selectedIconPath": "static/tabbar/xjjg-select.png", "text": "选举结果" }, { "pagePath": "pages/myElection/index", "iconPath": "static/tabbar/wdxj.png", "selectedIconPath": "static/tabbar/wdxj-select.png", "text": "我的选举" }, { "pagePath": "pages/mine/index", "iconPath": "static/tabbar/grxx.png", "selectedIconPath": "static/tabbar/grxx-select.png", "text": "个人信息" } ] } }