/** * user_applicant --申请者 * user_manager --管理员 */ const user_applicant = [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": '/static/tabBar/home.png', "selectedIconPath": '/static/tabBar/home_selected.png' }, { "pagePath": "pages/message/message", "text": "消息", "iconPath": '/static/tabBar/message.png', "selectedIconPath": '/static/tabBar/message_selected.png' }, { "pagePath": "pages/mine/mine", "text": "我的", "iconPath": '/static/tabBar/mine.png', "selectedIconPath": '/static/tabBar/mine_selected.png' } ]; const user_manager = [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": '/static/tabBar/home.png', "selectedIconPath": '/static/tabBar/home_selected.png' }, { "pagePath": "pages/message/message", "text": "消息", "iconPath": '/static/tabBar/message.png', "selectedIconPath": '/static/tabBar/message_selected.png' }, { "pagePath": "pages/list/list", "text": "列表", "iconPath": '/static/tabBar/list.png', "selectedIconPath": '/static/tabBar/list_selected.png' }, { "pagePath": "pages/mine/mine", "text": "我的", "iconPath": '/static/tabBar/mine.png', "selectedIconPath": '/static/tabBar/mine_selected.png' } ]; export default { user_applicant, user_manager }