马宇豪
2023-06-20 bfdcdce6e21118977ed026eb5e4c06b1777bc32c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
const user_leader = [
            {
                "pagePath": "pages/tabBar/examine/examine",
                "iconPath": "/static/notice1.png",
                "selectedIconPath": "/static/notice1-selected.png",
                "text": "通知审核"
            },
            {
                "pagePath": "pages/tabBar/count/count",
                "iconPath": "/static/notice1.png",
                "selectedIconPath": "/static/notice1-selected.png",
                "text": "信息统计"
            }
]
 
const user_other = [
    {
        "pagePath": "pages/tabBar/notice/notice",
        "iconPath": "/static/notice1.png",
        "selectedIconPath": "/static/notice1-selected.png",
        "text": "工作通知"
    },
    {
        "pagePath": "pages/tabBar/response/response",
        "iconPath": "/static/mine1.png",
        "selectedIconPath": "/static/mine1-selected.png",
        "text": "我的叫应"
    }
]
 
export default {
    user_leader,
    user_other
}