// 菜单 export const system = [ { icon: 'icon-bangdingweixin', title: '绑定微信', router: '', is_routine: '1' }, { icon: 'icon-xiugaimima', title: '修改密码', router: 'password', }, { icon: 'icon-tuichudenglu', title: '退出登录', router: 'login', is_routine: '2' }, ] // 管理员 export const admin = [ { icon: 'icon-quxiantongxunlu', title: '区县人员', router: 'county' }, { icon: 'icon-kuaibananjian', title: '办案人员', router: 'user' }, { icon: 'icon-shanghuguanli', title: '商户信息', router: 'merchant' }, { icon: 'icon-jiucuo', title: '商户信息纠错', router: 'merchant_error' }, { icon: 'icon-shouye', title: '检查历史', router: 'inspect' }, { icon: 'icon-shangpinxinxi', title: '商品信息', router: 'market' }, { icon: 'icon-shangpinxinxi', title: '群组管理', router: 'group' }, // { icon: 'icon-dengji', title: 'test', router: 'index_1' }, ] // 区县 export const county = [ { icon: 'icon-shanghuguanli', title: '商户信息', router: 'county_merchant' }, ] // 办案人员 export const user = [ { icon: 'icon-shanghuguanli', title: '商户信息', router: 'user_merchant' }, { icon: 'icon-shangpinxinxi', title: '商品信息', router: 'user_market' }, { icon: 'icon-shangpinxinxi', title: '群组管理', router: 'management' }, { icon: 'icon-shenfenleibie', title: '地图', router: 'map' }, ]