| | |
| | | iconPath: '/static/img/tabbar-01.png', |
| | | url: '/pages/home/index' |
| | | }, |
| | | // { |
| | | // name: '圈子', |
| | | // iconPathSelected: '/static/img/tabbar-02-selected.png', |
| | | // iconPath: '/static/img/tabbar-02.png', |
| | | // url: '/pages/circle/index' |
| | | // }, |
| | | { |
| | | name: '周边', |
| | | iconPathSelected: '/static/img/tabbar-09-selected.png', |
| | | iconPath: '/static/img/tabbar-09.png', |
| | | url: '/pages/myMap/myMap' |
| | | }, |
| | | { |
| | | name: '邻里圈', |
| | | iconPathSelected: '/static/img/tabbar-02-selected.png', |
| | | iconPath: '/static/img/tabbar-02.png', |
| | | url: '/pages/circle/index' |
| | | }, |
| | | { |
| | | name: '我的', |
| | | iconPathSelected: '/static/img/tabbar-03-selected.png', |
| | |
| | | iconPath: '/static/img/tabbar-04.png', |
| | | url: '/pages/home/index' |
| | | }, |
| | | |
| | | { |
| | | name: '周边', |
| | | iconPathSelected: '/static/img/tabbar-09-selected.png', |
| | | iconPath: '/static/img/tabbar-09.png', |
| | | url: '/pages/myMap/myMap' |
| | | }, |
| | | { |
| | | name: '协同圈', |
| | | iconPathSelected: '/static/img/tabbar-08-selected.png', |
| | | iconPath: '/static/img/tabbar-08.png', |
| | | url: '/pages/circle/index' |
| | | }, |
| | | { |
| | | name: '驾驶舱', |
| | | iconPathSelected: '/static/img/tabbar-05-selected.png', |
| | |
| | | iconPath: '/static/img/tabbar-01.png', |
| | | url: '/pages/home/index' |
| | | }, |
| | | |
| | | // { |
| | | // name: '圈子', |
| | | // iconPathSelected: '/static/img/tabbar-02-selected.png', |
| | | // iconPath: '/static/img/tabbar-02.png', |
| | | // url: '/pages/circle/index' |
| | | // }, |
| | | { |
| | | name: '周边', |
| | | iconPathSelected: '/static/img/tabbar-09-selected.png', |
| | | iconPath: '/static/img/tabbar-09.png', |
| | | url: '/pages/myMap/myMap' |
| | | }, |
| | | { |
| | | name: '协同圈', |
| | | iconPathSelected: '/static/img/tabbar-02-selected.png', |
| | | iconPath: '/static/img/tabbar-02.png', |
| | | url: '/pages/circle/index' |
| | | }, |
| | | { |
| | | name: '驾驶舱', |
| | | iconPathSelected: '/static/img/tabbar-07-selected.png', |
| | |
| | | url: '/pages/home/index' |
| | | }, |
| | | { |
| | | name: '周边', |
| | | iconPathSelected: '/static/img/tabbar-09-selected.png', |
| | | iconPath: '/static/img/tabbar-09.png', |
| | | url: '/pages/myMap/myMap' |
| | | }, |
| | | { |
| | | name: '圈子', |
| | | iconPathSelected: '/static/img/tabbar-02-selected.png', |
| | | iconPath: '/static/img/tabbar-02.png', |
| | | url: '/pages/circle/index' |
| | | }, |
| | | { |
| | | name: '驾驶舱', |
| | | iconPathSelected: '/static/img/tabbar-07-selected.png', |
| | | iconPath: '/static/img/tabbar-07.png', |
| | |
| | | url: '/pages/user/center' |
| | | } |
| | | ] |
| | | } else if (roleType == 5) { //校园主体和通用 |
| | | return [{ |
| | | name: '首页', |
| | | iconPathSelected: '/static/img/tabbar-01-selected.png', |
| | | iconPath: '/static/img/tabbar-01.png', |
| | | url: '/pages/home/index' |
| | | }, |
| | | { |
| | | name: '周边', |
| | | iconPathSelected: '/static/img/tabbar-09-selected.png', |
| | | iconPath: '/static/img/tabbar-09.png', |
| | | url: '/pages/myMap/myMap' |
| | | }, |
| | | { |
| | | name: '我的', |
| | | iconPathSelected: '/static/img/tabbar-03-selected.png', |
| | | iconPath: '/static/img/tabbar-03.png', |
| | | url: '/pages/user/center' |
| | | } |
| | | ] |
| | | } |
| | | } |