li-guang
2020-12-11 88a0ab37eb40b67b2a963faf49d19aae82b4fc66
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
    "pages": [
        {
            "path": "pages/workbench/index",
            "style": {
                "transparentTitle": "always",
                "app-plus":{ 
                    "scrollIndicator": "none"
                }
            }
        },
        {
            "path": "pages/login/index",
            "style": {
                "transparentTitle": "always",
                "app-plus":{ 
                    "scrollIndicator": "none"
                }
            }
        },
        
        {
            "path": "pages/member/index",
            "style": {
                "transparentTitle": "always",
                "app-plus":{ 
                    "scrollIndicator": "none"
                }
            }
        },
        {
            "path": "pages/mine/index",
            "style": {
                "transparentTitle": "always",
                "app-plus":{ 
                    "scrollIndicator": "none"
                }
            }
        }
    ],
    "globalStyle": {
        "backgroundColor":"#F8F8F8"
    },
    "tabBar":{
        "color": "#abb1cc",
        "selectedColor": "#518EFF",
        "backgroundColor": "#FFFFFF",
        "list":[
            {
                "pagePath": "pages/workbench/index",
                "iconPath": "static/images/tabbar1.png",
                "selectedIconPath": "static/images/tabbar1-2.png",
                "text": "工作台"
            },
            {
                "pagePath": "pages/member/index",
                "iconPath": "static/images/tabbar2.png",
                "selectedIconPath": "static/images/tabbar2-2.png",
                "text": "会员"
            },
            {
                "pagePath": "pages/mine/index",
                "iconPath": "static/images/tabbar3.png",
                "selectedIconPath": "static/images/tabbar3-2.png",
                "text": "我的"
            }
        ]
    }
}